Skip to content
Snippets Groups Projects
Commit d6f77976 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

stop if download fails; export IMLCI variables (needed on Debian10)

parent 7e1174cb
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,7 @@ ${apiTS} ...@@ -163,6 +163,7 @@ ${apiTS}
fi fi
else else
echo ERROR: Download failed. echo ERROR: Download failed.
exit 1
fi fi
else else
curl\ curl\
......
...@@ -20,6 +20,10 @@ tmpdir=/var/tmp/imldeployment_packages ...@@ -20,6 +20,10 @@ tmpdir=/var/tmp/imldeployment_packages
wait=0 wait=0
# wait=1 # wait=1
# export variables that will be set in getfile config or project
export IMLCI_PROJECT=TODO
export IMLCI_PHASE=TODO
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# FUNCTIONS # FUNCTIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment