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
de5215bd
Commit
de5215bd
authored
Oct 25, 2021
by
Dave Cooper
Browse files
Merge branch 'hotfix/ci-fix'
parents
2a3305fc
2bc5e261
Pipeline
#5206
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de5215bd
...
...
@@ -12,15 +12,25 @@ stages:
update
:
stage
:
update
only
:
-
master
-
devo
script
:
-
bash -x ./.ci-script.sh linux git-pull
# - bash -x ./.ci-script.sh windows rsync-from-manager
# - bash -x ./.ci-script.sh macos rsync-from-manager
windows-update
:
only
:
-
master
stage
:
update
script
:
-
bash -x ./.ci-script.sh windows git-pull
linux-build
:
stage
:
build
# only:
# - master
only
:
-
master
-
devo
script
:
-
bash -x ./.ci-script.sh linux build-gendl
...
...
@@ -42,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