Skip to content

Commit

Permalink
Attempt manual merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Jul 26, 2023
1 parent 9fd54a8 commit dcad073
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ checkout: &checkout
exit 1
}
cd $HOME
mkdir -p .ssh
chmod 0700 .ssh
retry_10 ssh-keyscan -t rsa github.com >> .ssh/known_hosts
# A read-write key for updating the repository.
echo "$GITHUB_BENCMARK_REPOSITORY_SSH_KEY" | base64 -d > .ssh/id_ed25519
# IF YOU'RE CHANGING THIS, YOU ALSO WANT TO CHANGE: build-system/remote_build/remote_build
# Shallow checkout this commit.
mkdir -p project
Expand Down

0 comments on commit dcad073

Please sign in to comment.