Skip to content

Commit

Permalink
fix circleci build
Browse files Browse the repository at this point in the history
  • Loading branch information
dobe committed Jun 19, 2024
1 parent 3207f13 commit 04ee198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
name: Docker Setup
command: 'docker login -u $DOCKERHUB_LOGIN -p $DOCKERHUB_PASSWORD'
- checkout
- run:
name: Delete gitconfig
description: 'Remove git config which maps urls to ssh see https://github.com/cognitect-labs/test-runner/issues/23'
command: |
rm -rf ~/.gitconfig
- run:
name: Generate cache key
command: ./.circleci/cache_checksum.sh /tmp/checksum.txt
Expand Down

0 comments on commit 04ee198

Please sign in to comment.