Skip to content

Commit

Permalink
trying to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
franzflasch committed Aug 4, 2023
1 parent 2b623ed commit ed39a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_single_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ CONTAINER_ID=$(docker create docker_image_$ARCH_TO_BUILD)
docker cp ${CONTAINER_ID}:/home/toolchain_install .
docker rm ${CONTAINER_ID}

docker rmi "$IMAGE_ID"
docker rmi "docker_image_$ARCH_TO_BUILD"

0 comments on commit ed39a82

Please sign in to comment.