step+1
Some checks failed
/ job (push) Failing after 7s

This commit is contained in:
Marc Beninca 2024-04-27 10:42:39 +02:00
parent 19f55577c7
commit 99a9cd34d2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -73,7 +73,7 @@ echo "CD_PROJECT_URL = ${CD_PROJECT_URL}"
function cd_step {
if [ "${1}" ] ; then
((CD_STEP++))
CD_STEP=$((CD_STEP+1))
echo "
${CD_STEP}${1}
"