Skip to content

Tidy up build scripts #21

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

Merged
merged 5 commits into from
Jul 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "[WIP] Display a branch name"
This reverts commit f0ff5c6.
  • Loading branch information
cocoatomo committed Jul 15, 2019
commit f39e9e917038bd49f5bad398948e2153035e65df
1 change: 0 additions & 1 deletion scripts/before_install_3.7
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -eux
ls -la ${BASEDIR}
git config --global user.email "[email protected]"
git config --global user.name "Autobuild bot on TravisCI"
git branch
git checkout ${DOCS_BRANCH}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis CIの動作の関係上、PRビルドでは上手く動かないため、いったんマージする。


# extract secrets
Expand Down