We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e01e56 + 048c5ca commit 21e1fd0Copy full SHA for 21e1fd0
.circleci/config.yml
@@ -45,6 +45,7 @@ build_docker_image: &build_docker_image
45
command: |
46
source buildenvvar
47
./build.sh
48
+ no_output_timeout: 20m
49
jobs:
50
# Build & Deploy against development backend
51
"build-dev":
@@ -286,7 +287,10 @@ jobs:
286
287
- checkout
288
- restore_cache:
289
key: test-node-modules-{{ checksum "package-lock.json" }}
- - run: npm install
290
+ - run:
291
+ name: App npm install
292
+ command: npm install
293
294
- save_cache:
295
296
paths:
@@ -349,7 +353,7 @@ workflows:
349
353
filters:
350
354
branches:
351
355
only:
352
- - free
356
+ - circleci-fix
357
# This is alternate dev env for parallel testing
358
- "build-qa":
359
context : org-global
0 commit comments