Update .gitlab-ci.yml file

This commit is contained in:
Angah Desenvolvedores 2025-01-13 15:11:13 +00:00
parent d115cedd42
commit 76a48c4897

View File

@ -10,7 +10,7 @@ variables:
build: build:
stage: build stage: build
tags: tags:
- runner_tars - runner_tars_1
script: script:
- make build - make build
only: only:
@ -20,7 +20,7 @@ build:
check: check:
stage: check stage: check
tags: tags:
- runner_tars - runner_tars_1
script: script:
- make check - make check
only: only:
@ -30,7 +30,7 @@ check:
publish: publish:
stage: publish stage: publish
tags: tags:
- runner_tars - runner_tars_1
script: script:
- make login-aws - make login-aws
- make publish - make publish
@ -41,7 +41,7 @@ publish:
deploy: deploy:
stage: deploy stage: deploy
tags: tags:
- runner_tars - runner_tars_1
script: script:
- make deploy-ci - make deploy-ci
only: only: