1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

login to snap

This commit is contained in:
Kyle Spearrin 2019-03-12 23:37:47 -04:00
parent 131815ab16
commit 1ff3ba6a18

View File

@ -32,7 +32,9 @@ install:
- sh: |
if [ "${SNAP_TOKEN}" != "" -a "$prodDeploy" == "false" ]
then
echo "login to snap"
echo "$SNAP_TOKEN" | snapcraft login --with -
snapcraft whoami
fi
before_build: