mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
remove unnecessary merge
This commit is contained in:
parent
62c251dd37
commit
4c70a8b053
1 changed files with 1 additions and 2 deletions
|
|
@ -9,6 +9,5 @@ for PLUGIN_PATH in "${CERTBOT_DIR}"/certbot-dns-*; do
|
|||
bash "${CERTBOT_DIR}"/tools/snap/generate_dnsplugins_snapcraft.sh $PLUGIN_PATH
|
||||
bash "${CERTBOT_DIR}"/tools/snap/generate_dnsplugins_postrefreshhook.sh $PLUGIN_PATH
|
||||
# Create constraints file
|
||||
"${CERTBOT_DIR}"/tools/merge_requirements.py tools/dev_constraints.txt \
|
||||
tools/requirements.txt > "${PLUGIN_PATH}"/snap-constraints.txt
|
||||
cp "${CERTBOT_DIR}"/tools/requirements.txt "${PLUGIN_PATH}"/snap-constraints.txt
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue