From 5464144c374678b59831efbdf1dd9af0bec510e6 Mon Sep 17 00:00:00 2001 From: tomastrajan Date: Mon, 24 Jun 2019 14:54:10 +0200 Subject: [PATCH] fix(ci): adjust path in deployment script --- .travis-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .travis-deploy.sh diff --git a/.travis-deploy.sh b/.travis-deploy.sh old mode 100644 new mode 100755 index 35975c46a..37485a006 --- a/.travis-deploy.sh +++ b/.travis-deploy.sh @@ -13,7 +13,7 @@ else # go to the directory which contains build artifacts and create a *new* Git repo # directory may be different based on your particular build process - cd dist + cd dist/angular-ngrx-material-starter git init # inside this git repo we'll pretend to be a new user