From b70bbcd734bfaa4297ac5ee72f0764becb3fea4e Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Thu, 8 Apr 2021 22:49:37 +0800 Subject: [PATCH] fix bug Former-commit-id: 57ed8064e06df6391fe2e31c736bc0100041463f --- appveyor.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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