Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
No need to specify not building the "debian" branch; it has no .gitlab-ci.yml.
· 568676f8
Chris Lamb
authored
Jul 15, 2019
568676f8
Don't build (release) tags.
· a2859399
Chris Lamb
authored
Jul 15, 2019
a2859399
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2859399
...
...
@@ -3,7 +3,7 @@ image: debian:unstable
test
:
stage
:
test
except
:
-
debian
-
tags
before_script
:
-
apt-get -q update
-
mount -o remount,rw /dev
...
...