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

Git global email hack #159

Merged
merged 8 commits into from Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ before_install:
# https://github.com/INCATools/ontology-starter-kit/issues/25
# EMAIL_ARGS='-e obo-ci-reports-all@groups.io'
script:
- docker run -v $PWD/:/work -w /work --rm -ti obolibrary/odkfull make test
- docker run -v $PWD/:/work -w /work --rm -ti obolibrary/odkfull /bin/bash -c "python3 --version; git config --global user.email "you@owlsemtest.com"; git config --global user.name \"Unknown Name\" && make test"

#after_success:
# coveralls
Expand Down
1 change: 1 addition & 0 deletions examples/hp/project.yaml
Expand Up @@ -4,6 +4,7 @@ github_org: obophenotype
repo: human-phenotype-ontology
#report_fail_on: ERROR
report_fail_on: ERROR
use_dosdps: TRUE
export_formats:
- owl
- obo
Expand Down