Skip to content

Commit c6c9182

Browse files
committed
update artifact link, see themadcreator/circle-github-bot#26
1 parent dae9192 commit c6c9182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
git diff origin/master --name-only --relative doc
144144
if [ "`git diff origin/master --name-only --relative doc`" == "" ]; then echo "No update in doc directory found, exitting... "; circleci step halt; fi
145145
echo "Found new commit on doc directory"
146-
- run: cd .circleci/ && git clone https://github.com/themadcreator/circle-github-bot.git
146+
- run: cd .circleci/ && git clone https://github.com/k-okada/circle-github-bot.git
147147
- run: cd .circleci/circle-github-bot && npm install
148148
- run: cd .circleci/circle-github-bot && npm run build
149149
- run: .circleci/github-pr-update.js

0 commit comments

Comments
 (0)