Skip to content

Commit

Permalink
Revert "circle: Ensure correct 0.1.0 tag is used"
Browse files Browse the repository at this point in the history
Now that version is greater than 0.1.0, there is no need to keep this
workaround.

This reverts commit 0b124e2.
  • Loading branch information
jcfr committed Nov 29, 2016
1 parent 6125df6 commit 4ccb6f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ dependencies:
- ci_addons docker load-pull-save dockcross/manylinux-x64
- ci_addons docker load-pull-save dockcross/manylinux-x86

checkout:
post:
# See https://discuss.circleci.com/t/clearing-the-source-cache/2771
- git tag -d 0.1.0 || true
- git fetch origin tag 0.1.0 || true

test:
override:
- circleci-matrix:
Expand Down

0 comments on commit 4ccb6f1

Please sign in to comment.