upload working folder as a job artifact
This commit is contained in:
parent
623e9bbd37
commit
fa82cd6590
|
@ -45,6 +45,12 @@ deploy_job:
|
|||
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"'
|
||||
when: always
|
||||
|
||||
# Upload working folder as a job artifact
|
||||
artifacts:
|
||||
paths:
|
||||
- tmp/
|
||||
expire_in: 30 days
|
||||
|
||||
failed_job:
|
||||
stage: failed_stage
|
||||
|
||||
|
|
Loading…
Reference in New Issue