mirror of
https://github.com/certbot/certbot.git
synced 2026-06-15 19:49:05 -04:00
try to exclude just the certbot folder
This commit is contained in:
parent
a49f3ce0e1
commit
f6f68e42b0
1 changed files with 3 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ parts:
|
|||
- -**/*.so
|
||||
- -**/wheel
|
||||
- -lib64
|
||||
- -**/certbot
|
||||
- -**/certbot/
|
||||
# Prefer cffi
|
||||
- -lib/python3.8/site-packages/augeas.py
|
||||
certbot-nginx:
|
||||
|
|
@ -131,4 +131,6 @@ parts:
|
|||
after: [certbot-apache]
|
||||
python-packages:
|
||||
- wheel
|
||||
stage:
|
||||
- -**/certbot/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue