We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 642235d + 90fa621 commit 7969d87Copy full SHA for 7969d87
circle.yml
@@ -87,6 +87,7 @@ jobs:
87
docker build -f dockerfiles/Dockerfile.dev --tag cli-builder-with-git:$CIRCLE_BUILD_NUM .
88
docker run --rm cli-builder-with-git:$CIRCLE_BUILD_NUM \
89
make ci-validate
90
+ no_output_timeout: 15m
91
shellcheck:
92
working_directory: /work
93
docker: [{image: 'docker:18.03-git'}]
0 commit comments