Explorar o código

Try fix proxy issue?

Joachim M. Giæver %!s(int64=3) %!d(string=hai) anos
pai
achega
81fab37fff
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      snap/snapcraft.yaml

+ 1 - 0
snap/snapcraft.yaml

@@ -148,6 +148,7 @@ parts:
     override-stage: |
       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}"