This commit is contained in:
Tom Wilkie
2016-05-19 11:06:50 +01:00
parent 2fb71c924a
commit 0f66c63edf

View File

@@ -1,14 +1,14 @@
- name: build-image
command: >
cd backend;
../tools/rebuild-image weaveworks/scope-backend-build . Dockerfile build.sh && \
touch $SRCDIR/.scope_backend_build.uptodate
../tools/rebuild-image weaveworks/scope-backend-build . Dockerfile build.sh &&
touch .scope_backend_build.uptodate
- name: ui-build-image
command: >
cd client;
../tools/rebuild-image weaveworks/scope-ui-build . Dockerfile package.json webpack.production.config.js .eslintrc .babelrc && \
touch $SRCDIR/.scope_ui_build.uptodate
../tools/rebuild-image weaveworks/scope-ui-build . Dockerfile package.json webpack.production.config.js .eslintrc .babelrc &&
touch .scope_ui_build.uptodate
- name: vm-template
command: test -z "$SECRET_PASSWORD" || (cd integration; ./gce.sh make_template)