Skip to content

Commit

Permalink
Remove extra change to /bin/bash
Browse files Browse the repository at this point in the history
Let's keep this PR small
  • Loading branch information
yuvipanda committed Jan 18, 2023
1 parent a64507e commit 8625e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_docker_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if [ -d "${PWD}/image-tests" ]; then
echo "::group::Run tests found in image-tests/"
# We pass in bash that is run inside the built container, so watch out for quoting.
docker run -u 1000 -w ${REPO_DIR} \
${SHA_NAME} /bin/bash -l -c '
${SHA_NAME} /bin/bash -c '
export PYTEST_FLAGS="";
# If there is a requirements.txt file inside image-tests, install it.
Expand Down

0 comments on commit 8625e39

Please sign in to comment.