Update .gitlab-ci.yml file
This commit is contained in:
parent
d115cedd42
commit
76a48c4897
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user