From 405802e466213888585cc627ce33f6257be9386c Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 19 May 2016 12:37:44 +0100 Subject: [PATCH] Touch myself --- tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.yml b/tasks.yml index 7fe749ae3..866f4395b 100644 --- a/tasks.yml +++ b/tasks.yml @@ -2,13 +2,13 @@ command: > cd backend; ../tools/rebuild-image weaveworks/scope-backend-build . Dockerfile build.sh && - touch .scope_backend_build.uptodate + 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 .scope_ui_build.uptodate + touch ../.scope_ui_build.uptodate - name: vm-template command: test -z "$SECRET_PASSWORD" || (cd integration; ./gce.sh make_template)