Skip to content

Commit

Permalink
fix(ci): adjust path in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jun 24, 2019
1 parent 3bde1b3 commit 5464144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5464144

Please sign in to comment.