Use expected exercism-python destination

Signed-off-by: Ian Brown <ian@zestysoft.com>
This commit is contained in:
Ian Brown 2023-11-25 12:11:12 -08:00
parent 3d65217bed
commit 049eb9966d
No known key found for this signature in database
GPG key ID: D9923DD6508A15B9

View file

@ -54,7 +54,7 @@ mkdir tmp.benchmarks
git clone git@github.com:exercism/python.git
# Copy the practice exercises into the benchmark scratch dir
cp -rp python/exercises/practice tmp.benchmarks/practice
cp -rp python/exercises/practice tmp.benchmarks/exercism-python
# Build the docker container
./benchmark/docker_build.sh