Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
docker-images
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
docker-images
Commits
41812bdd
Commit
41812bdd
authored
Aug 25, 2016
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rebuild.sh: enclose images names in single quotes to simplify debugging.
parent
8b84197f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rebuild.sh
rebuild.sh
+2
-2
No files found.
rebuild.sh
View file @
41812bdd
...
@@ -20,8 +20,8 @@ for dir in $CHANGED; do
...
@@ -20,8 +20,8 @@ for dir in $CHANGED; do
esac
esac
done
done
echo
"Changed base images:
$BASE
"
echo
"Changed base images:
'
$BASE
'
"
echo
"Changed late images:
$LATE
"
echo
"Changed late images:
'
$LATE
'
"
for
b
in
$BASE
;
do
for
b
in
$BASE
;
do
make
-C
$b
push
make
-C
$b
push
...
...
Write
Preview
Markdown
is supported
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