ci: add ls for ietf statics dir

This commit is contained in:
Nicolas Giard 2022-03-07 21:24:46 -05:00 committed by GitHub
parent b09d453886
commit e62ba3f47c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,7 @@ jobs:
grunt dist
cp -r dist/. ../ietf/static/ietf/bootstrap/
cd ..
ls -a ietf/static/ietf
echo "Using version $PKG_VERSION_STRICT"
sed -i -r -e "s/^__version__ += '.*'$/__version__ = '$PKG_VERSION_STRICT'/" ietf/__init__.py
echo "Build release tarball... (this could take a while)"