mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-23 14:20:32 +02:00
Verify checksums for pull requests from other people
This has the CI step verify the checksums for URLs that might have been added or edited to build definitions in a pull request.
This commit is contained in:
parent
bff583b247
commit
3add5c4637
2 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,8 @@ bats -t test || STATUS="$?"
|
|||
|
||||
if [ "$TRAVIS_SECURE_ENV_VARS" = "true" ]; then
|
||||
./script/mirror update "$TRAVIS_COMMIT_RANGE"
|
||||
elif [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||||
./script/mirror verify "$TRAVIS_COMMIT_RANGE"
|
||||
fi
|
||||
|
||||
exit "$STATUS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue