mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 09:40:34 +00:00
Merge pull request #1054 from kinvolk/alban/build
circle.yml: disable GCE builds when credentials are missing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user