Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
archlinux-docker
Commits
c7f03474
Verified
Commit
c7f03474
authored
Oct 28, 2020
by
Sven-Hendrik Haase
Browse files
Don't run anything on releases branch except for tags
parent
b1cef55c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c7f03474
...
...
@@ -48,6 +48,7 @@ rootfs:
extends
:
.rootfs
except
:
-
master
-
releases
-
schedules
-
tags
parallel
:
...
...
@@ -65,6 +66,7 @@ rootfs:secure:
-
schedules
except
:
-
tags
-
releases
parallel
:
matrix
:
-
GROUP
:
[
base
,
base-devel
]
...
...
@@ -87,6 +89,7 @@ image:build:
extends
:
.image
except
:
-
master
-
releases
-
schedules
-
tags
parallel
:
...
...
@@ -138,6 +141,7 @@ image:publish:secure:
-
$GITLAB_USER_EMAIL != "project10185_bot2@example.com"
except
:
refs
:
-
releases
-
tags
script
:
-
pacman -Sy
...
...
Write
Preview
Supports
Markdown
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