Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d30da221
Commit
d30da221
authored
Mar 31, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the 'dont-interrupt-me' job to the 'sync' stage
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
a6b7f91b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+1
-2
No files found.
.gitlab/ci/setup.gitlab-ci.yml
View file @
d30da221
...
...
@@ -25,13 +25,12 @@ cache gems:
dont-interrupt-me
:
extends
:
.setup:rules:dont-interrupt-me
stage
:
prepare
stage
:
sync
image
:
alpine:edge
interruptible
:
false
allow_failure
:
true
variables
:
GIT_STRATEGY
:
none
dependencies
:
[]
script
:
-
echo "This jobs makes sure this pipeline won't be interrupted! See https://docs.gitlab.com/ee/ci/yaml/#interruptible."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment