Skip to content

Commit 3139216

Browse files
author
Chris Wiechmann
committed
Update pull_apim_docker_image.sh
1 parent e50912b commit 3139216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/pull_apim_docker_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -x
44

5-
if [ -f $CACHE_FILE_APIM -a ! $SKIP_CACHE="true" ]
5+
if [ -f $CACHE_FILE_APIM -a "$SKIP_CACHE"!="true" ]
66
then
77
echo "Loading API-Manager docker image: $APIM_DOCKER_IMAGE from $CACHE_FILE_APIM"
88
gunzip -c $CACHE_FILE_APIM | docker load

0 commit comments

Comments
 (0)