Skip to content

Commit

Permalink
Merge pull request #1054 from kinvolk/alban/build
Browse files Browse the repository at this point in the history
circle.yml: disable GCE builds when credentials are missing
  • Loading branch information
tomwilkie committed Feb 28, 2016
2 parents ef1fc2a + 3b0fce1 commit fe0ee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
cp -r $(pwd)/ $SRCDIR
- "cd $SRCDIR/client; ../tools/rebuild-image weaveworks/scope-ui-build . Dockerfile package.json webpack.production.config.js .eslintrc .babelrc && touch $SRCDIR/.scope_ui_build.uptodate"
- "cd $SRCDIR/backend; ../tools/rebuild-image weaveworks/scope-backend-build . Dockerfile build.sh && touch $SRCDIR/.scope_backend_build.uptodate"
- cd $SRCDIR/integration; ./gce.sh make_template:
- test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh make_template):
parallel: false

test:
Expand Down

0 comments on commit fe0ee68

Please sign in to comment.