Skip to content

Commit 4ccb6f1

Browse files
committed
Revert "circle: Ensure correct 0.1.0 tag is used"
Now that version is greater than 0.1.0, there is no need to keep this workaround. This reverts commit 0b124e2.
1 parent 6125df6 commit 4ccb6f1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

circle.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ dependencies:
1313
- ci_addons docker load-pull-save dockcross/manylinux-x64
1414
- ci_addons docker load-pull-save dockcross/manylinux-x86
1515

16-
checkout:
17-
post:
18-
# See https://discuss.circleci.com/t/clearing-the-source-cache/2771
19-
- git tag -d 0.1.0 || true
20-
- git fetch origin tag 0.1.0 || true
21-
2216
test:
2317
override:
2418
- circleci-matrix:

0 commit comments

Comments
 (0)