浏览代码

Remove unecessary proxying

Joachim M. Giæver 3 年之前
父节点
当前提交
a71d754cf4
共有 1 个文件被更改,包括 7 次插入6 次删除
  1. 7 6
      snap/snapcraft.yaml

+ 7 - 6
snap/snapcraft.yaml

@@ -128,12 +128,13 @@ parts:
     plugin: nil
     override-build: |
       npm install yarn
-      if [ -n "${http_proxy-}" ]; then
-        yarn config set httpProxy "${http_proxy}"
-      fi
-      if [ -n "${https_proxy-}" ]; then
-        yarn config set httpsProxy "${https_proxy}"
-      fi
+      # YARN="${SNAPCRAFT_PART_BUILD}/node_modules/yarn/bin/yarn"
+      # if [ -n "${http_proxy-}" ]; then
+      #   $YARN config set httpProxy "${http_proxy}"
+      # fi
+      # if [ -n "${https_proxy-}" ]; then
+      #   $YARN config set httpsProxy "${https_proxy}"
+      # fi
       #$SNAPCRAFT_PART_BUILD/node_modules/.bin/yarn set version berry
       snapcraftctl build
       cp -r $SNAPCRAFT_PART_BUILD/* $SNAPCRAFT_PART_INSTALL