mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
fix egg-info cleanup (#8966)
This commit is contained in:
@@ -29,7 +29,7 @@ fi
|
||||
# Old eggs can cause outdated dependency information to be used by poetry so we
|
||||
# delete them before generating the lock file. See
|
||||
# https://github.com/python-poetry/poetry/issues/4103 for more info.
|
||||
rm -rf ${REPO_ROOT}/*.egg-info
|
||||
rm -rf ${REPO_ROOT}/*/*.egg-info
|
||||
|
||||
cd "${WORK_DIR}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user