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/1285974101
This commit is contained in:
parent
dbd12cf6ab
commit
0a76cc5a68
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@
|
||||||
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\necho \"\n$VERSION:\n stage: deploy\n needs:\n - job: Test_Job \n script:\n - echo \"Deploy to $ENVIRONMENT server\"\n\" > generated-config.yml\n"
|
||||||
# End of create-environment.sh
|
# End of create-environment.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
|
expire_in: never
|
||||||
paths:
|
paths:
|
||||||
- generated-config.yml
|
- generated-config.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue