Skip to content

Commit

Permalink
Revert Windows shallow clone & rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway-fishery committed Aug 18, 2022
1 parent a09aa13 commit ba1d4ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ commands:
type: integer
steps:
- run:
name: Add shhkey for github
name: Add ssh host for github
command: |
mkdir ~/.ssh
mkdir -p ~/.ssh
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
- run:
name: Get URL and clone
name: Shallow clone
command: |
git clone --branch main --no-checkout "$CIRCLE_REPOSITORY_URL" --single-branch .
git fetch --force --depth 1 origin +refs/pull/$CIRCLE_PR_NUMBER/head:refs/remotes/origin/pull/$CIRCLE_PR_NUMBER
Expand Down Expand Up @@ -821,8 +821,7 @@ jobs:
- ANDROID_TOOLS_VERSION: 31.0.0
- GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- checkout_code_with_cache:
shallow_checkout: True
- checkout_code_with_cache

- run:
name: Install Node
Expand Down

0 comments on commit ba1d4ac

Please sign in to comment.