Skip to content
Snippets Groups Projects
Commit d608c8f5 authored by Shinya Maeda's avatar Shinya Maeda :two:
Browse files

Update .gitlab-ci.yml file

parent 72946872
No related branches found
No related tags found
No related merge requests found
Pipeline #1238354983 passed
stages:
- stage-1
- stage-2
- stage-3
deploy-a:
stage: stage-1
script: echo
environment: prd
when: manual
allow_failure: false
deploy-b:
stage: stage-2
script: echo
environment: prd
when: manual
allow_failure: false
deploy-c:
stage: stage-3
script: echo
environment: prd
when: manual
test:
script:
- echo $TEST_FILE_VAR
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment