Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 14, 2024
1 parent 0e1093c commit 59ff2cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
cmd="$GITHUB_WORKSPACE/METplus/metplus/component_versions.py -i METplotpy -v ${version} -o METplus -f main_v{X}.{Y}"
echo $cmd
metplus_branch=$($cmd)
echo git -C $GITHUB_WORKSPACE/METplus branch -l ${metplus_branch}
git --version
branch_exists=$(git -C $GITHUB_WORKSPACE/METplus branch -l ${metplus_branch})
echo branch exists: ${branch_exists}
if [ -z "${branch_exists}" ]; then
Expand Down

0 comments on commit 59ff2cd

Please sign in to comment.