You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"==> [ERROR] DOCKER_GIT_COMMIT var should be defined at pkg/$DOCKER_VERSION/config.sh"
21
-
exit 1
22
-
fi
23
-
if [ !-z"$DOCKER_GIT_COMMIT_LAST" ];then
24
-
if [ $DOCKER_GIT_COMMIT!=$DOCKER_GIT_COMMIT_LAST ];then
25
-
echo"==> [INFO] dist/$DOCKER_VERSION_SHORT/$DOCKER_VERSION.sh is generated from DOCKER_GIT_COMMIT [$DOCKER_GIT_COMMIT], latest released commit is [$DOCKER_GIT_COMMIT_LAST]"
echo"==> [ERROR] DOCKER_GIT_COMMIT var should be defined at pkg/$DOCKER_VERSION/config.sh"
21
+
exit 1
22
+
fi
23
+
if [ !-z"$DOCKER_GIT_COMMIT_LAST" ];then
24
+
if [ $DOCKER_GIT_COMMIT!=$DOCKER_GIT_COMMIT_LAST ];then
25
+
echo"==> [INFO] dist/$DOCKER_VERSION_SHORT/$DOCKER_VERSION.sh is generated from DOCKER_GIT_COMMIT [$DOCKER_GIT_COMMIT], latest released commit is [$DOCKER_GIT_COMMIT_LAST]"
0 commit comments