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
d5996338
Commit
d5996338
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
rebuild.sh: added some debug.
parent
28603fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
rebuild.sh
View file @
d5996338
#!/bin/sh
/usr/bin/env
BASE
=
""
LATE
=
""
...
...
@@ -18,6 +20,9 @@ for dir in $CHANGED; do
esac
done
echo
"Changed base images:
$BASE
"
echo
"Changed late images:
$LATE
"
for
b
in
$BASE
;
do
make
-C
$b
push
done
...
...
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