Skip to content

Commit

Permalink
delete semaphore caches in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Jun 12, 2019
1 parent 404c8bc commit 1ebabf6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ blocks:
jobs:
- name: Build wheels
commands:
- cache restore dist-$SEMAPHORE_GIT_BRANCH,dist-master
- cache restore wheelhouse-$SEMAPHORE_GIT_BRANCH,wheelhouse-master
- rm -rf dist/hyperscan-*.whl
- cache delete dist-$SEMAPHORE_GIT_BRANCH,dist-master
- cache delete wheelhouse-$SEMAPHORE_GIT_BRANCH,wheelhouse-master
- >-
docker run
--rm
Expand Down

0 comments on commit 1ebabf6

Please sign in to comment.