Skip to content

Commit

Permalink
Quote path to allow spaces in it
Browse files Browse the repository at this point in the history
  • Loading branch information
merkushin committed Aug 18, 2023
1 parent 57d4a78 commit 80a8890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo $SCRIPT_DIR
# TODO: https://www.fastruby.io/blog/docker/docker-ssh-keys.html
cp -r ~/.ssh "$SCRIPT_DIR/ssh-data"

docker build -t release-build $SCRIPT_DIR && \
docker build -t release-build "$SCRIPT_DIR" && \
docker run --name release-steps --rm -it \
-v ~/.gitconfig:/etc/gitconfig \
release-build \
Expand Down

0 comments on commit 80a8890

Please sign in to comment.