Fix line endings in shell script
Add escapes to line endings, remove extra quote
This commit is contained in:
parent
1534f90c93
commit
2cac43619f
|
|
@ -270,9 +270,9 @@ docker run \
|
|||
-v "$HOME"/.config/gcloud:/root/.config/gcloud \
|
||||
-v /path/to/context:/workspace \
|
||||
gcr.io/kaniko-project/executor:latest \
|
||||
--dockerfile /workspace/Dockerfile
|
||||
--destination "gcr.io/$PROJECT_ID/$IMAGE_NAME:$TAG"
|
||||
--context dir:///workspace/"
|
||||
--dockerfile /workspace/Dockerfile \
|
||||
--destination "gcr.io/$PROJECT_ID/$IMAGE_NAME:$TAG" \
|
||||
--context dir:///workspace/
|
||||
```
|
||||
|
||||
There is also a utility script [`run_in_docker.sh`](./run_in_docker.sh) that can be used as follows:
|
||||
|
|
|
|||
Loading…
Reference in New Issue