Skip to content
Snippets Groups Projects
Commit 53b824c2 authored by Ian Baum's avatar Ian Baum
Browse files

Merge branch 'fetch-assets-timeout' into 'master'

Timeout fetch-assets job after 30 minutes

Closes gitlab#322119

See merge request gitlab-org/omnibus-gitlab!5076
parents 0ae4ac59 39c9278f
No related branches found
No related tags found
2 merge requests!39Bumped oldstable branch to Heptapod 0.21,!31GitLab 13.10
......@@ -147,6 +147,7 @@
fetch-assets:
extends: .docker_job
stage: prepare-assets
timeout: 1 hour
before_script: []
script:
- export VERSION=${GITLAB_REF_SLUG-$(ruby -I. -e 'require "lib/gitlab/version"; puts Gitlab::Version.new("gitlab-rails").print')}
......
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