add proxy
This commit is contained in:
parent
4347ac4616
commit
a9f9d2850a
@ -8,8 +8,10 @@ runs:
|
|||||||
with:
|
with:
|
||||||
entrypoint: "/bin/bash"
|
entrypoint: "/bin/bash"
|
||||||
args: |
|
args: |
|
||||||
-c "npm install && \
|
-c "export https_proxy=http://100.100.13.14:8118 && \
|
||||||
npm run build-only"
|
export http_proxy=http://100.100.13.14:8118 && \
|
||||||
|
npm install && \
|
||||||
|
npm run build-only"
|
||||||
|
|
||||||
- uses: docker://ubuntu:latest
|
- uses: docker://ubuntu:latest
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user