Skip to content

Commit

Permalink
[DEBUG] SIngle branch checkout main
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway-fishery committed Aug 18, 2022
1 parent 0e37473 commit 6695e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ commands:
name: Get URL and clone
command: |
SECONDS=0
git clone --branch master --no-checkout "$CIRCLE_REPOSITORY_URL" --single-branch .
git clone --branch main --no-checkout "$CIRCLE_REPOSITORY_URL" --single-branch .
echo "finished cloning"
echo $SECONDS
git fetch --force --depth 1 origin +refs/pull/$CIRCLE_PR_NUMBER/head:refs/remotes/origin/pull/$CIRCLE_PR_NUMBER
Expand Down

0 comments on commit 6695e08

Please sign in to comment.