Skip to content

Commit

Permalink
get rid of unstable channel and uvcdat channel
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Nadeau committed Dec 21, 2018
1 parent 752aad1 commit a108e85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliases:
- &create_conda_env
name: create_conda_env
environment:
CHANNELS: "-c cdat/label/unstable -c cdat/label/nightly -c conda-forge -c cdat"
CHANNELS: "-c cdat/label/nightly -c conda-forge -c cdat"
PKGS: "hdf5 libnetcdf lapack clapack curl ossuuid numpy"
command: |
export PATH=$HOME/project/$WORKDIR/miniconda/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ ln -s ../recipe libcf
export BRANCH=${CIRCLE_BRANCH}
python ./prep_for_build.py -b ${BRANCH}

conda build $PKG_NAME -c conda-forge -c cdat -c uvcdat --python=3.6
conda build $PKG_NAME -c conda-forge -c cdat --python=3.6
anaconda -t $CONDA_UPLOAD_TOKEN upload -u $USER -l $LABEL $CONDA_BLD_PATH/$OS/$PKG_NAME-$VERSION.`date +%Y*`0.tar.bz2 --force

0 comments on commit a108e85

Please sign in to comment.