Skip to content

Commit

Permalink
maintenance: remove docker container after pip-compile-multi is done
Browse files Browse the repository at this point in the history
Avoid leaving dead containers around on the user machine for no good reason.
  • Loading branch information
jcristau committed Apr 11, 2023
1 parent 641a887 commit 620ca7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maintenance/pin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ for i in "${!PYTHON_VERSION_WITH_REQUIREMENT_FILES[@]}"; do
docker pull "python:$python_version"
docker run \
--tty \
--rm \
--volume "$temp_dir:/src" \
--workdir /src \
"python:$python_version" \
Expand Down

0 comments on commit 620ca7d

Please sign in to comment.