Skip to content

Commit

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

steps:

# 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

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

0 comments on commit 0e4980e

Please sign in to comment.