Skip to content

Commit

Permalink
Remove debug echos & test windows shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
throwaway-fishery committed Aug 18, 2022
1 parent 6695e08 commit a09aa13
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,14 @@ commands:
- run:
name: Add shhkey for github
command: |
mkdir -p ~/.ssh
mkdir ~/.ssh
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
- run:
name: Get URL and clone
command: |
SECONDS=0
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
echo "finished fetching"
echo $SECONDS
git checkout --force -B "$CIRCLE_BRANCH" "$CIRCLE_SHA1"
echo "finished checkout"
echo $SECONDS
# Checkout with cache, on machines that are using Docker the cache is ignored
checkout_code_with_cache:
parameters:
Expand Down Expand Up @@ -828,7 +821,8 @@ jobs:
- ANDROID_TOOLS_VERSION: 31.0.0
- GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- checkout_code_with_cache
- checkout_code_with_cache:
shallow_checkout: True

- run:
name: Install Node
Expand Down

0 comments on commit a09aa13

Please sign in to comment.