Skip to content

Commit

Permalink
Merge pull request #31 from CDAT/upload_once
Browse files Browse the repository at this point in the history
upload once
  • Loading branch information
muryanto1 committed Sep 26, 2019
2 parents 022fb00 + 929d229 commit c2b9444
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ aliases:
python ./prep_for_build.py -l $VERSION -b $CIRCLE_BRANCH
if [[ $PY_VER = 'py2' ]]; then
conda build $PKG_NAME $CHANNELS --python=2.7
else
conda build $PKG_NAME $CHANNELS --python=3.6
conda build $PKG_NAME $CHANNELS --python=3.7
fi
Expand Down Expand Up @@ -102,7 +101,6 @@ jobs:
- run: *create_conda_env
- run: *setup_cdat_info
- run: *run_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand All @@ -123,7 +121,6 @@ jobs:
- run: *create_conda_env
- run: *setup_cdat_info
- run: *run_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand All @@ -144,7 +141,6 @@ jobs:
- run: *create_conda_env
- run: *setup_cdat_info
- run: *run_tests
- run: *conda_upload
- store_artifacts:
path: tests_html
destination: tests_html
Expand Down

0 comments on commit c2b9444

Please sign in to comment.