Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed Oct 23, 2024
1 parent bfe05b5 commit 129438a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run_jcb_basic_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
# is simply create a branch with the same name (even if empty) in the main jcb repo. This
# will ensure the branches of the other applications are checked out by the init script.
echo "The $BRANCH_NAME being tested for jcb-algorithms does not exist in the main jcb "
echo "repo. Please create a branch with the same name in the jcb repo (even if empty). "
echo "This ensures that where you have made branches with the same name in the clients "
echo "they will be checked out by the cleint intialization script."
echo "The $BRANCH_NAME branch begin tested for jcb-algorithms does not exist in the main "
echo "jcb repo. Please create a branch with the same name in the jcb repo (even if "
echo "empty and without PR). This ensures that where you have made branches with the "
echo "same name in any clients they will be checked out by the cleint intialization "
echo "script."
exit 1
fi
Expand Down

0 comments on commit 129438a

Please sign in to comment.