From 80f214e0fa3338e7e1b0e5e92ad9669676428867 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 7 Jan 2016 15:52:49 +0000 Subject: [PATCH] Delete from current directory before deploying Does what https://github.com/alphagov/notifications-admin/pull/45 intended to do --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a088f0cd0..457e9fc71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ deploy: region: eu-west-1 on: *2 before_deploy: -- rm -rf notifications-admin/node_modules notifications-admin/bower_components notifications-admin/app/assets +- rm -rf node_modules bower_components app/assets - zip -r notifications-admin * - mkdir -p dpl_cd_upload - mv notifications-admin.zip dpl_cd_upload/notifications-admin.zip