Skip to content

Commit

Permalink
circleCI checkout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Dec 4, 2020
1 parent f820b69 commit 6fa4848
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
# - image: debian:stretch

steps:
- checkout

# circleCI checkout fix
- run: wget "https://raw.githubusercontent.com/zoff99/ToxAndroidRefImpl/zoff99/dev003/.circleci/checkout_fix.sh" -O /tmp/c.sh
- run: bash /tmp/c.sh
#- checkout

- restore_cache:
key: tbw-library-dependencies-v7-{{ .Branch }}
- run: sudo pkill apt-get || echo dummy
Expand Down

0 comments on commit 6fa4848

Please sign in to comment.