Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kristian Klausen
arch-boxes
Commits
a2f40930
Commit
a2f40930
authored
Mar 16, 2021
by
Sven-Hendrik Haase
Browse files
Merge branch 'runner-and-forks' into 'master'
Don't use the secure runner on forks See merge request
!166
parents
4b176684
83265d72
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2f40930
...
...
@@ -57,18 +57,18 @@ build:
tags
:
-
fast-single-thread
except
:
-
master
-
schedules
-
tags
-
master
@archlinux/arch-boxes
-
schedules
@archlinux/arch-boxes
-
tags
@archlinux/arch-boxes
build:secure:
extends
:
.build
tags
:
-
secure
only
:
-
master
-
schedules
-
tags
-
master
@archlinux/arch-boxes
-
schedules
@archlinux/arch-boxes
-
tags
@archlinux/arch-boxes
test-vagrant-boxes-format
:
stage
:
test
...
...
@@ -131,7 +131,7 @@ tag_release:
-
secure
only
:
refs
:
-
schedules
-
schedules
@archlinux/arch-boxes
variables
:
-
$SCHEDULED_PUBLISH == "TRUE"
before_script
:
...
...
@@ -154,7 +154,7 @@ publish:
tags
:
-
secure
only
:
-
tags
-
tags
@archlinux/arch-boxes
before_script
:
-
pacman -Syu --needed --noconfirm vagrant
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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