소스 검색

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