mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-02-09 19:31:03 +01:00
Don't run anything on releases branch except for tags
This commit is contained in:
parent
b1cef55c6b
commit
c7f03474d0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user