Commit 60044784 authored by Rémy Coutable's avatar Rémy Coutable

Keep the 'review-deploy' artifacts for 7 days

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 92769ba5
......@@ -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