mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
install snapd
This commit is contained in:
@@ -45,6 +45,8 @@ before_build:
|
|||||||
- sh: |
|
- sh: |
|
||||||
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
|
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
|
||||||
then
|
then
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get -y install snapd
|
||||||
sudo snap install snapcraft --classic
|
sudo snap install snapcraft --classic
|
||||||
echo "$SNAP_TOKEN" | snapcraft login --with -
|
echo "$SNAP_TOKEN" | snapcraft login --with -
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user