This commit is contained in:
Andrey Marchukov 2023-05-24 12:32:30 +04:00
parent fb0035e19a
commit 210c88ee96

View file

@ -23,7 +23,6 @@ jobs:
if [ "$REMOTEAPPVER" -eq "$REMOTEAPPVER" ] 2>/dev/null
then
echo "REMOTEAPPVER is an integer"
exit 0
else
echo "ERROR: parameter must be an integer"
exit 1