Skip to content

Commit

Permalink
MAINT: rename JENKINS_BATOU_BRANCH to DEPLOYMENT_BRANCH in testrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
stollero committed Feb 26, 2024
1 parent fed8a1c commit a976a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testrunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
branch="main"
else
branch=$(echo -e "${{github.event.pull_request.body}}" | \
sed -ne '/JENKINS_BATOU_BRANCH=/s/JENKINS_BATOU_BRANCH=//p' | \
sed -ne '/DEPLOYMENT_BRANCH=/s/DEPLOYMENT_BRANCH=//p' | \
tr --delete ' \r\n')
if [[ -z "$branch" ]]; then
branch=main
Expand Down

0 comments on commit a976a07

Please sign in to comment.