Skip to content

Commit 8341a3f

Browse files
committed
chmod +x
1 parent c2f6375 commit 8341a3f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727

2828

2929
- run: cd angular-testdrive && npm run build
30+
- run: chmod +x bin/angular-cli-ghpages
3031
- run: cd angular-testdrive && ../bin/angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --dir=dist/angular-testdrive --cname=angular-cli-ghpages.angular.schule
3132

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exports.run = function (options) {
3232

3333
if (process.env.CIRCLECI) {
3434
options.message += ' -- \n\n' +
35-
'Triggered by commit: https://github.com/' + process.env.CIRCLE_PROJECT_USERNAME + '/' + CIRCLE_PROJECT_REPONAME + '/commit/' + process.env.CIRCLE_SHA1 + '\n' +
35+
'Triggered by commit: https://github.com/' + process.env.CIRCLE_PROJECT_USERNAME + '/' + process.env.CIRCLE_PROJECT_REPONAME + '/commit/' + process.env.CIRCLE_SHA1 + '\n' +
3636
'CircleCI build: ' + CIRCLE_BUILD_URL;
3737
}
3838

0 commit comments

Comments
 (0)