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