Browse Source

docker github action

xiaochun.liu 5 years ago
parent
commit
e2cc538c6e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dockerfile/hooks/build

+ 2 - 1
dockerfile/hooks/build

@@ -18,7 +18,8 @@
 echo "------ dolphinscheduler start - build -------"
 printenv
 
-if [[ "${DOCKER_REPO}x" = "x" ]]; then
+if [ "${DOCKER_REPO}x" = "x" ]
+then
     DOCKER_REPO='dolphinscheduler'
 fi