Skip to content

Commit 8b80d6d

Browse files
authored
Merge pull request #11987 from reyoung/feature/change_api_spec_url
Change default APISpec URL
2 parents 201928d + 90aec12 commit 8b80d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function assert_api_not_changed() {
318318
virtualenv .env
319319
source .env/bin/activate
320320
pip install ${PADDLE_ROOT}/build/python/dist/*whl
321-
curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/reyoung/FluidAPISpec/master/API.spec} \
321+
curl ${PADDLE_API_SPEC_URL:-https://raw.githubusercontent.com/PaddlePaddle/FluidAPISpec/master/API.spec} \
322322
> origin.spec
323323
python ${PADDLE_ROOT}/tools/print_signatures.py paddle.fluid > new.spec
324324
python ${PADDLE_ROOT}/tools/diff_api.py origin.spec new.spec

0 commit comments

Comments
 (0)