1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-27 07:39:49 +01:00

document how to get new snap_token

This commit is contained in:
Kyle Spearrin 2019-03-13 00:29:51 -04:00
parent 5da12e2f9c
commit 62f654cf86

View File

@ -33,6 +33,8 @@ install:
before_build:
- node --version
- npm --version
# Get new $SNAP_TOKEN with:
# $ snapcraft export-login --snaps bitwarden --acls package_push,package_release -
- sh: |
if [ "${SNAP_TOKEN}" != "" -a "${PROD_DEPLOY}" == "true" ]
then