Skip to content

Commit

Permalink
Merge pull request #7118 from Automattic/fix/release-pr-script-docker…
Browse files Browse the repository at this point in the history
…-build

Quote path to allow spaces in it
  • Loading branch information
merkushin authored Aug 18, 2023
2 parents 2f0677e + 80a8890 commit 85297b6
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 85297b6

Please sign in to comment.