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