update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user