Explorar o código

Fix ENDTOEND crash

Renée Kooi %!s(int64=6) %!d(string=hai) anos
pai
achega
4f4722c326
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/sync-version-numbers

+ 1 - 1
bin/sync-version-numbers

@@ -18,7 +18,7 @@ __file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
 __base="$(basename ${__file} .sh)"
 __root="$(cd "$(dirname "${__dir}")" && pwd)"
 
-if [ "$ENDTOEND" = "1" ]; then
+if [ "${ENDTOEND:=0}" = "1" ]; then
   echo "Publishing for e2e tests, skipping version number sync."
   exit 0
 fi