828: add "" to context var in vol mount switch
This commit is contained in:
parent
53bf6c7339
commit
d9c0c359eb
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue