diff --git a/circle.yml b/circle.yml index d886538c7..334d1b134 100644 --- a/circle.yml +++ b/circle.yml @@ -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: