fix: disable snap [skip ci]

This commit is contained in:
Baptiste Augrain
2024-02-08 19:00:58 +01:00
parent 3cad271b5c
commit 4e32237f33
4 changed files with 29 additions and 20 deletions

View File

@@ -65,12 +65,6 @@ cd build
if [[ "${CI_BUILD}" == "no" ]]; then
snapcraft --use-lxd --debug
# else
# snapcraft
# SNAP_ARCHIVE=$( ls *.snap )
# echo "snap=$( pwd )/${SNAP_ARCHIVE}" >> "$GITHUB_OUTPUT"
fi
cd "${CALLER_DIR}"