mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
14 lines
331 B
Bash
Executable File
14 lines
331 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# meant to be run from the root directory of the repo
|
|
|
|
## Test: show pull request data in build results
|
|
echo "ghprbAuthorRepoGitUrl is: " ${ghprbAuthorRepoGitUrl}
|
|
echo "ghprbSourceBranch is: " ${ghprbSourceBranch}
|
|
echo "ghprbPullId is: " ${ghprbPullId}
|
|
|
|
set -e
|
|
|
|
tool/conflictmarkers.sh
|
|
tool/all-target-link-checker.sh
|