Browse Source

Add source-tag back

Joachim M. Giæver 3 years ago
parent
commit
fca4efd8d0
1 changed files with 5 additions and 5 deletions
  1. 5 5
      snap/snapcraft.yaml

+ 5 - 5
snap/snapcraft.yaml

@@ -79,17 +79,17 @@ parts:
     plugin: dump
     source: https://github.com/zwave-js/zwavejs2mqtt.git
     #source-branch: "fix#1762"
-    #source-tag: $SNAPCRAFT_PROJECT_VERSION
+    source-tag: $SNAPCRAFT_PROJECT_VERSION
     build-packages:
       - gcc
       - build-essential
     override-build: |
       set -x
       #sed -i 's/"zwave-js".*$/"zwave-js"\: "8.3.2-0-pr-3262-f5cdbca"/g' ${SNAPCRAFT_PART_BUILD}/package.json
-      if [ -n "${http_proxy-}" ]; then
-        export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
-        export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
-      fi
+      # if [ -n "${http_proxy-}" ]; then
+      #   export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
+      #   export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
+      # fi
       yarn install
       yarn run build \
         && mkdir -p $SNAPCRAFT_PART_INSTALL/lib/node_modules \