Commit 100bc354 authored by James Lopez's avatar James Lopez

Merge branch 'keep-review-deploy-artifact-for-7-days' into 'master'

Keep the 'review-deploy' artifacts for 7 days

See merge request gitlab-org/gitlab!44275
parents 9fcbaf17 60044784
......@@ -81,10 +81,9 @@ review-deploy:
# Run seed-dast-test-data.sh only when DAST_RUN is set to true. This is to pupulate review app with data for DAST scan.
# Set DAST_RUN to true when jobs are manually scheduled.
- if [ "$DAST_RUN" == "true" ]; then source scripts/review_apps/seed-dast-test-data.sh; TRACE=1 trigger_proj_user_creation; fi
artifacts:
paths: [environment_url.txt]
expire_in: 2 days
expire_in: 7 days
when: always
.review-stop-base:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment