Explorar o código

Merge pull request #15482 from richardkchapman/build-error

Typo in build script

Reviewed-By: Gavin Halliday <gavin.halliday@lexisnexis.com>
Richard Chapman %!s(int64=3) %!d(string=hai) anos
pai
achega
5df707b213
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      dockerfiles/buildall-common.sh

+ 0 - 1
dockerfiles/buildall-common.sh

@@ -75,7 +75,6 @@ build_image() {
     fi
   fi
 
-  fi
   [[ -z ${buildTag} ]] && buildTag=$BUILD_TAG
 
   if [ "$rebuild" = "1" ] || ! docker pull ${DOCKER_REPO}/${name}:${label} ; then