Skip to content
Snippets Groups Projects
Commit 4edd98b5 authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Fix VERSION mess up

parent 48201b85
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
OUR_PATH="$(readlink -f $(dirname $0))"
OUR_COMMAND="$(basename $0)"
TEXLIVE_VERSION=${TEXLIVE_VERSION:-"2020"}
REGISTRY_VERSION=${TEXLIVE_VERSION:-"full:latest"}
REGISTRY_VERSION=${REGISTRY_VERSION:-"full:latest"}
VERSION=${VERSION:-"$TEXLIVE_VERSION/$REGISTRY_VERSION"}
export COMPOSE_USER="$(id -u):$(id -g)"
......
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