Skip to content

Commit 631e2db

Browse files
authored
Merge pull request #40 from CDAT/rebuild_3.1.2
Rebuild 3.1.2
2 parents ba9e0cb + e5e5e44 commit 631e2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ aliases:
6464
# force loading conda gcc
6565
source activate $PY_VER
6666
export LABEL="nightly";
67-
if [[ $CIRCLE_BRANCH == "master" ]]; then
67+
if [[ $CIRCLE_BRANCH == "rebuild_3.1.2" ]]; then
68+
# if [[ $CIRCLE_BRANCH == "master" ]]; then
6869
conda install -n root conda-build anaconda-client
6970
bash ./ci-support/conda_upload.sh
7071
else

ci-support/conda_upload.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ else
1717
echo "Mac OS"
1818
OS=osx-64
1919
fi
20-
2120
mkdir ~/conda-bld
2221
conda config --set anaconda_upload no
2322
export CONDA_BLD_PATH=${HOME}/conda-bld

0 commit comments

Comments
 (0)