Conversation
Collaborator
|
今からレビューします! |
Collaborator
|
#16 |
Collaborator
|
1ファイルだけチェックする機能もなくすかんじですかね? |
Collaborator
|
もとのスクリプトでも発生しうる問題で気づいたことなのですが、同じディレクトリ配下に同じ名前と異なる拡張子をもつファイルがあった場合に上書きが起こってしまいますね。 |
chie8842
reviewed
Nov 10, 2019
| echo "GITHUB_REPOSITORY: ${GITHUB_REPOSITORY}" | ||
| echo "GITHUB_REPOSITORY_URL: ${GITHUB_REPOSITORY_URL}" | ||
| echo "BRANCH: ${BRANCH}" | ||
| echo "OUTPUT_FILE: ${OUTPUT_FILE}" |
Collaborator
There was a problem hiding this comment.
細かいですが、引数の数を減らす意味で、OUTPUT_FILEのファイル名は固定でもいいのかなと思いました。
Collaborator
上述した機能差異を新しいスクリプトに取り込むか割り切ってしまって、削除するほうが管理が楽かなと思いました。 |
chie8842
approved these changes
Nov 10, 2019
Collaborator
chie8842
left a comment
There was a problem hiding this comment.
動作確認しました!コメントしましたがLGTMです!
Member
Author
|
必要に応じて昔のコミット掘り出せば良いので、ひとまず必要最低限のもの以外削除して一本化する感じでいきましょうか |
Collaborator
|
👍 |
Closed
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@chie8842 レビュアーが翻訳者のリポジトリを手作業で clone してこなくても良い感じにしてみたので見てもらえると。
ツールが 2 種類ある状態になってしまったので、
README.mdどうしようかなあというところがあんまりまとまってなかったりします。スクリプトを追加
bin/runbin/run-docker次のように使用する:
素の環境で使う場合は
Docker を使う場合は
Dockerfile の修正
README.md の修正
README.mdを修正その他