mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
no slash
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user