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
debug upload
  • Loading branch information
Muryanto committed Oct 29, 2020
commit 5eb07df69be9aaca4626dfe32945ec9e39687a77
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ aliases:
os=`uname`
artifacts_dir="artifacts/artifacts.${os}.noarch"
make conda-build workdir=$WORKDIR artifact_dir=$PWD/$artifacts_dir
echo "XXX artifacts_dir: ${artifacts_dir|}"
echo "XXX artifacts_dir: ${artifacts_dir}"
ls -l ${artifacts_dir}

- &setup_run_tests
Expand Down