ソースを参照

Merge pull request #403 from ylecuyer/patch-1

wrong diff url
pull/408/head
Dave Machado 6年前
committed by GitHub
コミット
28eec8ff99
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      build/main.sh

+ 1
- 1
build/main.sh ファイルの表示

@@ -3,7 +3,7 @@ FORMAT_FILE=../README.md
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "running on Pull Request #$TRAVIS_PULL_REQUEST"
DIFF_URL="https://patch-diff.githubusercontent.com/raw/toddmotto/public-apis/pull/$TRAVIS_PULL_REQUEST.diff"
curl https://patch-diff.githubusercontent.com/raw/toddmotto/public-apis/pull/398.diff > diff.txt
curl $DIFF_URL > diff.txt
echo "------- BEGIN DIFF -------"
cat diff.txt
echo "-------- END DIFF --------"


読み込み中…
キャンセル
保存