828: add "" to context var in vol mount switch

This commit is contained in:
Mike Vanbuskirk 2019-10-21 23:16:33 -04:00
parent 53bf6c7339
commit d9c0c359eb
1 changed files with 0 additions and 4 deletions

View File

@ -36,11 +36,7 @@ fi
docker run \
-v "$HOME"/.config/gcloud:/root/.config/gcloud \
<<<<<<< Updated upstream
-v $context:/workspace \
=======
-v "$context":/workspace \
>>>>>>> Stashed changes
gcr.io/kaniko-project/executor:latest \
--dockerfile "${dockerfile}" --destination "${destination}" --context "${context}" \
--cache="${cache}"