Skip to content
Snippets Groups Projects

fix debug request after error

Merged Hahn Axel (hahn) requested to merge 5927-overide-phase-per-project into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -169,7 +169,7 @@ function deploy(){
# added sleep to repeat the request with another hashed secret
sleep 2
${selfdir}/bin/getfile.sh -d -f ${IMLCI_PROJECT}.tgz -o ${downloadtmp}
${selfdir}/bin/getfile.sh -d ${dlparams} -o ${downloadtmp}
exit 1
fi
Loading