Skip to content

Commit 438aead

Browse files
committed
Fix parse problem.
1 parent 3e7f386 commit 438aead

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,4 @@ test_script:
3333
- cmd: conda build conda
3434

3535
deploy_script:
36-
- cmd: |
37-
git describe --exact-match HEAD
38-
if errorlevel 1 exit 0
39-
echo "anaconda upload"
36+
- cmd: .ci-support/upload.bat

.ci-support/upload.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
git describe --exact-match HEAD
2+
if errorlevel 1 exit 0
3+
echo "anaconda upload"

0 commit comments

Comments
 (0)