Skip to content

Commit

Permalink
hard-code the default case to use testing-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram committed Feb 29, 2024
1 parent d10730e commit 8565000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openshift-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
;;
*)
# Default branches names for on.schedule case
echo "SOURCE_BRANCH=${SOURCE_BRANCH}:-testing-devel" >> $GITHUB_ENV
echo "SOURCE_BRANCH=testing-devel" >> $GITHUB_ENV
echo "TARGET_BRANCH=master" >> $GITHUB_ENV
echo "BRANCH_NAME=fcc-sync-${SOURCE_BRANCH}" >> $GITHUB_ENV
echo "BRANCH_NAME=fcc-sync" >> $GITHUB_ENV
;;
esac
Expand Down

0 comments on commit 8565000

Please sign in to comment.