Skip to content

Commit afceadd

Browse files
authored
refactor: clean-up permission issue workaround (#264)
The workaround is no longer necessary.
1 parent 42d8fa0 commit afceadd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/user-guide/requirements/pip-compile/pip-compile.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ esac
2525
echo 'Building Docker image for pip-tools (should only take few seconds)'
2626
docker build --progress quiet -t docker-papermc-server/pip-tools "${SCRIPT_DIR}"
2727

28-
echo 'Cleaning up old requirements.txt file'
29-
rm "${CURRENT_DIR}"/requirements.txt
30-
3128
echo
3229
echo 'Running pip-compile:'
3330
# Avoid permission issues by running the container with the current user ID and group ID.

0 commit comments

Comments
 (0)