Skip to content

Commit

Permalink
Fix test_package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Oct 3, 2024
1 parent 4be3eaf commit 44f9b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Run the current script in a docker container with a clean repository
exec time docker run -v "$PWD:/repo:ro" --rm --entrypoint="" node:22 \
sh -c 'git clone --recursive --no-remote-submodules --shallow-submodules /repo /dolos && cd /dolos && tail -n+8 test_package.sh | sh -'
sh -c 'git config --global --add safe.directory /repo/.git && git clone --recursive --no-remote-submodules --shallow-submodules /repo /dolos && cd /dolos && tail -n+8 test_package.sh | sh -'

### Docker script starts here
set -e
Expand Down

0 comments on commit 44f9b33

Please sign in to comment.