Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
2bc5e261
Commit
2bc5e261
authored
Oct 25, 2021
by
Dave Cooper
Browse files
only run pipeline stuff for master and devo
parent
469f9099
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2bc5e261
...
...
@@ -12,6 +12,9 @@ stages:
update
:
stage
:
update
only
:
-
master
-
devo
script
:
-
bash -x ./.ci-script.sh linux git-pull
...
...
@@ -25,8 +28,9 @@ windows-update:
linux-build
:
stage
:
build
# only:
# - master
only
:
-
master
-
devo
script
:
-
bash -x ./.ci-script.sh linux build-gendl
...
...
@@ -48,9 +52,11 @@ windows-build:
# - bash -x ./.ci-script.sh macos build-gendl
containerize
:
stage
:
containerize
only
:
-
master
-
devo
script
:
-
bash -x ./docker/build
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