Skip to content
Snippets Groups Projects
Commit e4e55e81 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging

parent 4708d064
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ if [[ "$NEWVERSION" == "" ]]; then
fi
echo "Loading new version ..."
UPDATE=$(docker run -v ${SCRIPTPATH}:/setup --rm registry.lakedrops.com/docker/l3d/setup:${NEWVERSION})# 2>&1)
UPDATE=$(docker run -v ${SCRIPTPATH}:/setup --rm registry.lakedrops.com/docker/l3d/setup:${NEWVERSION})
# 2>&1)
if [[ "$UPDATE" == *"setup:${NEWVERSION} not found"* ]]; then
echo "Version ${NEWVERSION} not found."
exit
......
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