Skip to content

Commit

Permalink
ok now renamed builds as nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 2, 2019
1 parent 6144577 commit 2016822
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aliases:
- &create_conda_env
name: create_conda_env
environment:
CHANNELS: "-c cdat/label/nightly -c conda-forge -c cdat"
CHANNELS: "-c cdat/label/nightly -c conda-forge"
PKGS: "cdms2 cdat_info udunits2 testsrunner mesalib matplotlib image-compare genutil dv3d cdutil cdtime nbformat 'proj4<5' numpy ghostscript vtk-cdat"
command: |
export PATH=$WORKDIR/miniconda/bin:$PATH
Expand Down Expand Up @@ -73,7 +73,7 @@ aliases:
- &conda_upload
name: conda_upload
environment:
CHANNELS: "-c cdat/label/nightly -c conda-forge -c cdat"
CHANNELS: "-c cdat/label/nightly -c conda-forge"
command: |
if [[ $CIRCLE_BRANCH != 'master' ]]; then
exit 0
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
OS: "osx-64"
PY_VER: "py2"
TEMP_PKGS: "'ffmpeg>4' 'libpng>1.6.34'"
CUSTOM_CHANNELS: "-c cdat/label/dan"
CUSTOM_CHANNELS: ""
steps:
- checkout
- run: *setup_miniconda
Expand All @@ -144,7 +144,7 @@ jobs:
OS: "osx-64"
PY_VER: "py3"
TEMP_PKGS: "'ffmpeg>4' 'libpng>1.6.34'"
CUSTOM_CHANNELS: "-c cdat/label/dan"
CUSTOM_CHANNELS: ""
steps:
- checkout
- run: *setup_miniconda
Expand All @@ -167,7 +167,7 @@ jobs:
WORKDIR: "workspace/test_linux_vcs_py2"
OS: "linux-64"
PY_VER: "py2"
CUSTOM_CHANNELS: "-c cdat/label/dan"
CUSTOM_CHANNELS: ""
steps:
- checkout
- run: *setup_miniconda
Expand All @@ -192,7 +192,7 @@ jobs:
PY_VER: "py3"
COVERAGE: "-c tests/coverage.json --coverage-from-egg"
COVERAGE_PKGS: "coverage coveralls"
CUSTOM_CHANNELS: "-c cdat/label/dan"
CUSTOM_CHANNELS: ""
steps:
- checkout
- run: *setup_miniconda
Expand Down

0 comments on commit 2016822

Please sign in to comment.