Skip to content

Commit 6e3a37b

Browse files
authored
Merge pull request #987 from metacpan/mohawk2/fix-circle
Fix git error in CircleCI config
2 parents ab663cc + a3c81df commit 6e3a37b

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
@@ -31,7 +31,7 @@ jobs:
3131
- run:
3232
command: |
3333
pushd metacpan-docker/src/metacpan-api
34-
git checkout -b ${CIRCLE_BRANCH} origin/${CIRCLE_BRANCH}
34+
git checkout ${CIRCLE_BRANCH}
3535
name: metacpan-api checkout
3636
- run:
3737
command: |

0 commit comments

Comments
 (0)