fix(CI): missing spacing with pass

This commit is contained in:
Marco Dalla Santa
2021-09-09 01:23:51 +02:00
parent 988984a4c2
commit cb11e978e7

View File

@@ -4,8 +4,8 @@ if [ ! -z "$PRE_UPLOAD" ]; then
echo "👌 Executing pre-upload script..." && echo "👌 Executing pre-upload script..." &&
sshpass -p ${PASSWORD} ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$INPUT_PRE_UPLOAD && exit" && sshpass -p ${PASSWORD} ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$INPUT_PRE_UPLOAD && exit" &&
echo "✅ Executed pre-upload script" echo "✅ Executed pre-upload script"
} || {  } || {
echo "😢 Something went wrong during pre-upload script" && exit 1  echo "😢 Something went wrong during pre-upload script" && exit 1
} }
fi fi