Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating config.yml #647

Merged
merged 18 commits into from
Oct 31, 2020
Prev Previous commit
Next Next commit
try with no_output_timeout for conda-upload step
  • Loading branch information
Muryanto committed Oct 30, 2020
commit deaebdc2a759e7fd647e5396fca8895858511afa
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ aliases:
echo "XXX artifacts_dir: $PWD/artifacts/*Linux*/"
ls -l $PWD/artifacts/*Linux*/
make conda-upload workdir=$WORKDIR $UPLOAD_OPTIONS artifact_dir="$PWD/artifacts/*Linux*/"
no_output_timeout: 5m

- &run_coveralls
name: run_coveralls
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ organization = pcmdi
# user and label for upload
#
user = pcmdi
label = nightly
label ?= nightly
build_script = conda-recipes/build_tools/conda_build.py

test_pkgs = testsrunner scipy cia coverage coveralls
Expand Down