Skip to content
This repository was archived by the owner on Mar 15, 2019. It is now read-only.

Commit 7dcb2a0

Browse files
committed
Add filters for deployment job
1 parent 3e131db commit 7dcb2a0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ workflows:
88
- "deploy-conda":
99
requires:
1010
- "python-3.6"
11+
filters:
12+
tags:
13+
only: /^v.*/
14+
branches:
15+
ignore: /.*/
1116

1217

1318
jobs:

ci/upload-anaconda.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010
export UPLOADFILE=`conda build conda/ --output`
1111
echo "UPLOADFILE = ${UPLOADFILE}"
1212

13-
echo "[Uploading esmalb]"
14-
# anaconda -t ${CONDA_UPLOAD_TOKEN} upload -u cisl-iowa --force ${UPLOADFILE}
13+
echo "[Uploading intake-cmip]"
14+
anaconda -t ${CONDA_UPLOAD_TOKEN} upload -u cisl-iowa --force ${UPLOADFILE}
1515
echo "Successfully deployed to Anaconda.org."
1616

1717
exit 0

0 commit comments

Comments
 (0)