alterando posição de tags
This commit is contained in:
parent
fae6b463e5
commit
d115cedd42
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user