Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
docker-images
Commits
41812bdd
Commit
41812bdd
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
rebuild.sh: enclose images names in single quotes to simplify debugging.
parent
8b84197f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rebuild.sh
View file @
41812bdd
...
...
@@ -20,8 +20,8 @@ for dir in $CHANGED; do
esac
done
echo
"Changed base images:
$BASE
"
echo
"Changed late images:
$LATE
"
echo
"Changed base images:
'
$BASE
'
"
echo
"Changed late images:
'
$LATE
'
"
for
b
in
$BASE
;
do
make
-C
$b
push
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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