Skip to content
Snippets Groups Projects
Commit e5ab5f35 authored by Chase Southard's avatar Chase Southard :cyclone:
Browse files

Update deprecation and removal RSS feed script timeout to 1h

parent 68c42fda
No related branches found
No related tags found
1 merge request!136338Update deprecation and removal RSS feed script timeout to 1h
......@@ -667,6 +667,7 @@ breaking-changes-rss-build-only:
- <<: *if-schedule-deploy-cleanup-old-deleted-files-master-original-repo
script:
- *breaking-changes-rss-script
timeout: 1h
 
breaking-changes-rss-build-and-review-deploy:
extends:
......@@ -677,6 +678,7 @@ breaking-changes-rss-build-and-review-deploy:
script:
- *breaking-changes-rss-script
- scripts/deploy
timeout: 1h
 
###################################
#
......@@ -697,7 +699,7 @@ root-files-checker:
|| ( /bin/echo "It looks like you've added files to the root directory. If this was intentional, please update FILES to allow this file. If this was not intentional, please remove the file from Git and try again."; exit 1 )
 
# The CSP is sometimes disabled for testing and we must not forget
# to renable it before merging. If you believe this check fails for
# to re-enable it before merging. If you believe this check fails for
# a legitimate change, please ping @gitlab-com/gl-security/appsec
content-security-policy-checker:
image: debian:stable-slim
......
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