Files
xrpl-dev-portal/tool/jenkins.sh
2018-03-07 14:41:33 -08:00

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