Skip to content

Commit

Permalink
remove test code, test=develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Avin0323 committed Aug 31, 2021
1 parent c189c33 commit b98ba8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ function init() {
if [ "$(git branch | grep "^\*" | awk '{print $2}')" != "${BRANCH}" ]; then
git diff --name-only ${BRANCH} | grep -v "\.py$" || export CI_SKIP_CPP_TEST=ON
fi
export CI_SKIP_CPP_TEST=ON
fi
}

Expand Down

1 comment on commit b98ba8a

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.