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