Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#11987 from reyoung/feature/change_api…
Browse files Browse the repository at this point in the history
…_spec_url

Change default APISpec URL
  • Loading branch information
luotao1 authored Jul 5, 2018
2 parents cfa7a97 + 749fe45 commit 60ca908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ function assert_api_not_changed() {
virtualenv .env
source .env/bin/activate
pip install ${PADDLE_ROOT}/build/python/dist/*whl
curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/reyoung/FluidAPISpec/master/API.spec} \
curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/PaddlePaddle/FluidAPISpec/master/API.spec} \
> origin.spec
python ${PADDLE_ROOT}/tools/print_signatures.py paddle.fluid > new.spec
python ${PADDLE_ROOT}/tools/diff_api.py origin.spec new.spec
Expand Down

0 comments on commit 60ca908

Please sign in to comment.