Skip to content
Snippets Groups Projects
Commit 3df4346b authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: restrict release job template timeouts

There's no reason any of these should take an hour, so give them 15
minutes.
parent b5dbebbb
No related branches found
No related tags found
1 merge request!115gitlab-ci: restrict release job template timeouts
Pipeline #408438 passed
......@@ -10,6 +10,7 @@
- tag=$( git describe --match=v* --always --abbrev=12 )
- git archive --prefix=catalyst-$tag/ --format=zip HEAD > catalyst-$tag.zip
- git archive --prefix=catalyst-$tag/ --format=tar.gz HEAD > catalyst-$tag.tar.gz
timeout: 15 minutes
.upload_job:
image: curlimages/curl:latest
......@@ -20,6 +21,7 @@
- build
script:
- .gitlab/ci/upload-files.sh
timeout: 15 minutes
.release_job:
image: registry.gitlab.com/gitlab-org/release-cli:latest
......@@ -30,3 +32,4 @@
- build
script:
- .gitlab/ci/make-release.sh
timeout: 15 minutes
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