Browse Source

Try fix proxy issue?

Joachim M. Giæver 3 years ago
parent
commit
76fd05f1e7
1 changed files with 2 additions and 4 deletions
  1. 2 4
      snap/snapcraft.yaml

+ 2 - 4
snap/snapcraft.yaml

@@ -149,10 +149,8 @@ parts:
       npm install --global yarn
       if [ -n "${http_proxy-}" ]; then
         echo "${http_proxy}}"
-        # yarn config set httpProxy "${http_proxy}"
-        # yarn config set httpsProxy "${http_proxy}"
-        export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
-        export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
+        yarn config set httpProxy "${http_proxy}"
+        yarn config set httpsProxy "${http_proxy}"
       fi
       yarn set version berry
       snapcraftctl stage