Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 14, 2024
1 parent 84d1203 commit a96e71f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/trigger_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v4
- id: Checkout code from this repo
uses: actions/checkout@v4
# get the develop branch of METplus to get the latest component version script
# use fetch-depth 0 to get all branches
- uses: actions/checkout@v4
Expand All @@ -42,7 +43,7 @@ jobs:
version=${{ steps.get_version.outputs.version }}
git -C $GITHUB_WORKSPACE/METplus checkout develop
cmd="$GITHUB_WORKSPACE/METplus/metplus/component_versions.py -i METplotpy -v ${version} -o METplus -f main_v{X}.{Y}"
#echo $cmd
echo $cmd
metplus_branch=$($cmd)
echo git -C $GITHUB_WORKSPACE/METplus branch -l ${metplus_branch}
git -C $GITHUB_WORKSPACE/METplus branch -l
Expand Down

0 comments on commit a96e71f

Please sign in to comment.