mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
e23d10806e
commit
62e9fa2e9a
2 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,6 @@
|
||||||
echo "
|
echo "
|
||||||
deploy_$VERSION:
|
deploy_$VERSION:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
needs:
|
|
||||||
- pipeline: $PARENT_PIPELINE_ID
|
|
||||||
job: version
|
|
||||||
script:
|
script:
|
||||||
- echo "Deploy to staging server"
|
- echo "Deploy to staging server"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
generate-config:
|
generate-config:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs:
|
||||||
|
- pipeline: $PARENT_PIPELINE_ID
|
||||||
|
job: version
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/create-environment.sh
|
- ./scripts/gitlab/create-environment.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue