From 0f66c63edfd40d6f5dc87859d34da813624c6951 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 19 May 2016 11:06:50 +0100 Subject: [PATCH] no slash --- tasks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks.yml b/tasks.yml index 61a5750e6..5a7a3efa0 100644 --- a/tasks.yml +++ b/tasks.yml @@ -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)