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:
stage: build
tags:
- runner_tars
- runner_tars_1
script:
- make build
only:
@ -20,7 +20,7 @@ build:
check:
stage: check
tags:
- runner_tars
- runner_tars_1
script:
- make check
only:
@ -30,7 +30,7 @@ check:
publish:
stage: publish
tags:
- runner_tars
- runner_tars_1
script:
- make login-aws
- make publish
@ -41,7 +41,7 @@ publish:
deploy:
stage: deploy
tags:
- runner_tars
- runner_tars_1
script:
- make deploy-ci
only: