Skip to content

Commit 2460df6

Browse files
committed
circleci: sudo everything :-(
1 parent b6e0611 commit 2460df6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: cd src/dist && sudo npm link
2929

3030
- run: sudo -E npm install -g @angular/cli@next
31-
- run: ng new your-angular-project --defaults
32-
- run: cd new your-angular-project && npm link angular-cli-ghpages
33-
- run: cd new your-angular-project && ng add angular-cli-ghpages
34-
- run: cd new your-angular-project && ng deploy --repo="$GITHUB_ORG/$NAME.git" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL" --cname=angular-cli-ghpages.angular.schule
31+
- run: sudo -E ng new your-angular-project --defaults
32+
- run: cd your-angular-project && sudo -E npm link angular-cli-ghpages
33+
- run: cd your-angular-project && sudo -E ng add angular-cli-ghpages
34+
- run: cd your-angular-project && sudo -E ng deploy --repo="$GITHUB_ORG/$NAME.git" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL" --cname=angular-cli-ghpages.angular.schule

0 commit comments

Comments
 (0)