diff --git a/appveyor.yml b/appveyor.yml index 86cf5427..b08876dc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,7 @@ init: then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils sudo apt-get install snapd + sudo snap install snapcraft --classic sudo apt-get install -y rpm fi @@ -32,18 +33,6 @@ install: - npm install - node --version -before_build: - - node --version - - npm --version - # Get new $SNAP_TOKEN with: - # $ snapcraft export-login --snaps bw --acls package_push,package_release - - - sh: | - if [ "${SNAP_TOKEN}" != "" ] - then - sudo snap install snapcraft --classic - echo "$SNAP_TOKEN" | snapcraft login --with - - fi - build_script: - npm run release