We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcaab9 commit 926798bCopy full SHA for 926798b
.circleci/config.yml
@@ -43,7 +43,6 @@ save_cache_settings: &save_cache_settings
43
build_docker_image: &build_docker_image
44
name: Build of Docker image
45
command: |
46
- git config --global url."https://git@".insteadOf git://
47
source buildenvvar
48
./build.sh
49
no_output_timeout: 20m
Dockerfile
@@ -147,6 +147,7 @@ ENV OPTIMIZELY_SDK_KEY=$OPTIMIZELY_SDK_KEY
147
# Testing and build of the application inside the container.
148
149
RUN npm config set unsafe-perm true
150
+RUN git config --global url."https://git@".insteadOf git://
151
RUN npm install
152
RUN npm test
153
RUN npm run build
0 commit comments