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
Simon Braß
whizard-scripts
Commits
62665423
Commit
62665423
authored
May 26, 2021
by
Simon Braß
Browse files
Fix contatenation of BUILD_OPTION
parent
a15f8708
Pipeline
#9761
failed with stage
in 68 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
62665423
...
...
@@ -15,7 +15,7 @@ variables:
-
chmod u+x ./bootstrap-whizard.sh
-
apt-get update && apt-get install -y rsync cmake
script
:
-
ROOT_DIR="${ROOT_DIR}" DEBUG=True FORCE=True BUILD="$(pwd)" PREFIX="$(pwd)/install" ./bootstrap-whizard.sh
"
${BUILD_OPTION}
"
-
ROOT_DIR="${ROOT_DIR}" DEBUG=True FORCE=True BUILD="$(pwd)" PREFIX="$(pwd)/install" ./bootstrap-whizard.sh ${BUILD_OPTION}
artifacts
:
expire_in
:
2 hours
when
:
always
...
...
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