Skip to content
Snippets Groups Projects
Commit 6ba54f85 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes NC_VERSION for alpha.

parent 918b0c53
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ source ./.env ...@@ -36,7 +36,7 @@ source ./.env
#cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g' #cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g'
if [ "${APP}" = "nextcloud" ]; then if [ "${APP}" = "nextcloud" ]; then
if [ "${VERSION}" = "alpha" ]; then if [ "${VERSION}" = "alpha" ]; then
export NC_VERSION=22.1.1.1 export NC_VERSION=22.1.1.2
export NC_IMAGE_TAG=22.1.1-2021-09-08 export NC_IMAGE_TAG=22.1.1-2021-09-08
export NC_WEB_IMAGE_TAG=22.1.1-web-2021-09-08 export NC_WEB_IMAGE_TAG=22.1.1-web-2021-09-08
elif [ "${VERSION}" = "beta" ]; then elif [ "${VERSION}" = "beta" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment