Преглед изворни кода

wrong diff url

pull/403/head
Yoann Lecuyer пре 7 година
родитељ
комит
db202dba71
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 --------"


Loading…
Откажи
Сачувај