mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1285341577
This commit is contained in:
parent
e380ecbd92
commit
d2f35bf48c
1 changed files with 3 additions and 3 deletions
|
|
@ -41,6 +41,9 @@
|
||||||
artifacts: true
|
artifacts: true
|
||||||
generate-config:
|
generate-config:
|
||||||
stage: build
|
stage: build
|
||||||
|
needs:
|
||||||
|
- job: version
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
# Begin of create-environment.sh
|
# Begin of create-environment.sh
|
||||||
- |
|
- |
|
||||||
|
|
@ -48,9 +51,6 @@ generate-config:
|
||||||
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue