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:
stage: build
tags:
- runner_tars
script:
- make build
only:
- main
tags:
- runner_tars
check:
stage: check
tags:
- runner_tars
script:
- make check
only:
- main
tags:
- runner_tars
publish:
stage: publish
tags:
- runner_tars
script:
- make login-aws
- make publish
only:
- main
tags:
- runner_tars
deploy:
stage: deploy
tags:
- runner_tars
script:
- make deploy-ci
only:
- main
tags:
- runner_tars
- main