mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +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
|
# Old eggs can cause outdated dependency information to be used by poetry so we
|
||||||
# delete them before generating the lock file. See
|
# delete them before generating the lock file. See
|
||||||
# https://github.com/python-poetry/poetry/issues/4103 for more info.
|
# 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}"
|
cd "${WORK_DIR}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user