mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Remove trailing whitespaces
This commit is contained in:
parent
39d259adfc
commit
654ddeae23
17 changed files with 34 additions and 34 deletions
|
@ -10,7 +10,7 @@ dirs=( "${dirs[@]%/}" )
|
|||
for dir in "${dirs[@]}"; do
|
||||
if [ -d "$dir/$VARIANT" ]; then
|
||||
(
|
||||
cd "$dir/$VARIANT"
|
||||
cd "$dir/$VARIANT"
|
||||
sed -ri -e 's/^FROM .*/FROM '"$image"'/g' 'Dockerfile'
|
||||
docker build -t "$image-$dir" .
|
||||
~/official-images/test/run.sh "$image-$dir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue