update
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
echo "
|
||||
deploy_$VERSION:
|
||||
stage: deploy
|
||||
needs:
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: version
|
||||
script:
|
||||
- echo "Deploy to staging server"
|
||||
environment:
|
||||
|
||||
@@ -24,6 +24,9 @@
|
||||
|
||||
generate-config:
|
||||
stage: build
|
||||
needs:
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: version
|
||||
script:
|
||||
- ./scripts/gitlab/create-environment.sh
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user