Skip to content

Commit

Permalink
Merge pull request #631 from ZeitOnline/remove_jenkins_from_variable
Browse files Browse the repository at this point in the history
MAINT: rename JENKINS_BATOU_BRANCH to DEPLOYMENT_BRANCH in testrunner
  • Loading branch information
wosc authored Feb 26, 2024
2 parents fed8a1c + a976a07 commit bf86aca
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 bf86aca

Please sign in to comment.