.tags file with new line
This commit is contained in:
parent
0ff4347dd2
commit
99f7ab0cf2
1 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@ full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
|
||||||
echo "==> found $full_version"
|
echo "==> found $full_version"
|
||||||
cd $WORKDIR
|
cd $WORKDIR
|
||||||
cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .
|
cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .
|
||||||
echo "$full_version, $NEXTCLOUD_VERSION" > .tags
|
echo "$full_version" > .tags
|
||||||
|
echo "$NEXTCLOUD_VERSION" >> .tags
|
Loading…
Add table
Add a link
Reference in a new issue