mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/1285780299
This commit is contained in:
parent
0977583776
commit
9cb8773e27
1 changed files with 1 additions and 10 deletions
|
|
@ -46,16 +46,7 @@
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
# Begin of create-environment.sh
|
# Begin of create-environment.sh
|
||||||
- |
|
- "#test deployment\necho \"\nTest_Job:\n stage: deploy\n script:\n - echo \"Test job\"\n environment:\n name: $ENVIRONMENT\n$VERSION:\n stage: deploy\n needs:\n - job: Test_Job \n script:\n - echo \"Deploy to $ENVIRONMENT server\"\n environment:\n name: $ENVIRONMENT\n\" > generated-config.yml\n"
|
||||||
#test deployment
|
|
||||||
echo "
|
|
||||||
$VERSION:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- echo "Deploy to staging server"
|
|
||||||
environment:
|
|
||||||
name: $ENVIRONMENT
|
|
||||||
" > generated-config.yml
|
|
||||||
# End of create-environment.sh
|
# End of create-environment.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue