Skip to content
Snippets Groups Projects
Commit 563e3c57 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9189: Temp fix for generating LOFAR-Release docker tags

parent 59579e78
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ export LOFAR_BRANCH_URL="https://svn.astron.nl/LOFAR/${LOFAR_BRANCH_NAME}" ...@@ -38,6 +38,7 @@ export LOFAR_BRANCH_URL="https://svn.astron.nl/LOFAR/${LOFAR_BRANCH_NAME}"
case "${LOFAR_BRANCH_NAME}" in case "${LOFAR_BRANCH_NAME}" in
trunk) export LOFAR_TAG=trunk ;; trunk) export LOFAR_TAG=trunk ;;
tags/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##tags/LOFAR-Release-} ;; tags/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##tags/LOFAR-Release-} ;;
branches/LOFAR-Release-*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##branches/LOFAR-Release-} ;;
branches/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##branches/*Task} ;; branches/*) export LOFAR_TAG=${LOFAR_BRANCH_NAME##branches/*Task} ;;
*) export LOFAR_TAG=latest ;; *) export LOFAR_TAG=latest ;;
esac esac
......
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