"mall-admin/vscode:/vscode.git/clone" did not exist on "83cd97284752cf3007af9175230e84febd32fc4f"
Commit 28eec8ff authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Merge pull request #403 from ylecuyer/patch-1

wrong diff url
parents f7769682 db202dba
......@@ -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 --------"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment