Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
1573b421
Unverified
Commit
1573b421
authored
Sep 06, 2017
by
Ansgar Burchardt
Browse files
duneci-build-docker-image: use correct "and" operator
parent
a101b5e0
Pipeline
#842
failed with stages
in 21 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/duneci-build-docker-image
View file @
1573b421
...
...
@@ -47,7 +47,7 @@ done
image
=
"
${
1
}
"
;
shift
if
[[
-n
"
${
parallel
}
"
-a
-v
DUNECI_PARALLEL
]]
;
then
if
[[
-n
"
${
parallel
}
"
&&
-v
DUNECI_PARALLEL
]]
;
then
docker_opts+
=(
--build-arg
=
DUNECI_PARALLEL
=
"
${
DUNECI_PARALLEL
}
"
)
fi
...
...
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