Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-leith committed Jun 28, 2019
1 parent 9f13fec commit ac2445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/docker_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ do

IMAGE_NAME=jupyterhub-${IMAGE}
IMAGE_SPEC="${DOCKER_REPO}/${IMAGE_NAME}:${TAG}"
if NO_CACHE; then
if $NO_CACHE; then
docker build --no-cache -f ${IMAGE}/Dockerfile -t ${IMAGE_SPEC} .
else
docker build -f ${IMAGE}/Dockerfile -t ${IMAGE_SPEC} .
Expand Down

0 comments on commit ac2445d

Please sign in to comment.