mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
remove official images test for example images
This commit is contained in:
parent
f062435135
commit
b3df4606be
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ for dir in "${dirs[@]}"; do
|
|||
cd "$dir/$VARIANT"
|
||||
sed -ri -e 's/^FROM .*/FROM '"$image"'/g' 'Dockerfile'
|
||||
docker build -t "$image-$dir" .
|
||||
~/official-images/test/run.sh "$image-$dir"
|
||||
)
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue