mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
dont cd anymore
This commit is contained in:
parent
9352aadf81
commit
3e233ada79
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ parts:
|
|||
after: [acme]
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC && git describe|sed s/^v//`
|
||||
snapcraftctl set-version `git describe|sed s/^v//`
|
||||
# Workaround for lack of site-packages leading to empty sitecustomize.py
|
||||
stage:
|
||||
- -usr/lib/python3.6/sitecustomize.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue