fix
This commit is contained in:
parent
210c88ee96
commit
eaa9ca8ffc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
fi
|
||||
if [ "$REMOTEAPPVER" -eq "$REMOTEAPPVER" ] 2>/dev/null
|
||||
then
|
||||
echo "REMOTEAPPVER is an integer"
|
||||
echo "$REMOTEAPPVER is an integer"
|
||||
else
|
||||
echo "ERROR: parameter must be an integer"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue