dont cd anymore

This commit is contained in:
Brad Warren 2020-04-20 16:11:20 -07:00
parent 9352aadf81
commit 3e233ada79

View file

@ -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