Skip to content
Snippets Groups Projects
Commit 44676904 authored by Jendrik Wenke's avatar Jendrik Wenke :speech_balloon:
Browse files

set proxy in ci

parent c3612ca6
No related branches found
No related tags found
Loading
Pipeline #57044 failed
image: node
image: node:24-alpine
stages:
- install
......@@ -8,6 +8,8 @@ stages:
install:
stage: install
script:
- npm config set https-proxy http://webproxy.bs.ptb.de:8080
- npm config set proxy http://webproxy.bs.ptb.de:8080
- npm ci
cache:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment