alterando posição de tags

This commit is contained in:
Angah Desenvolvedores 2025-01-13 15:02:47 +00:00
parent fae6b463e5
commit d115cedd42

View File

@ -9,40 +9,42 @@ variables:
build: build:
stage: build stage: build
tags:
- runner_tars
script: script:
- make build - make build
only: only:
- main - main
tags:
- runner_tars
check: check:
stage: check stage: check
tags:
- runner_tars
script: script:
- make check - make check
only: only:
- main - main
tags:
- runner_tars
publish: publish:
stage: publish stage: publish
tags:
- runner_tars
script: script:
- make login-aws - make login-aws
- make publish - make publish
only: only:
- main - main
tags:
- runner_tars
deploy: deploy:
stage: deploy stage: deploy
tags:
- runner_tars
script: script:
- make deploy-ci - make deploy-ci
only: only:
- main - main
tags:
- runner_tars