Skip to content

Commit

Permalink
change to CHECK_ARGS export
Browse files Browse the repository at this point in the history
  • Loading branch information
bertcarnell committed May 11, 2024
1 parent 0a01462 commit b8bc0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Set Additional Check Arguments
run: |
if [ ${{ matrix.config.label }} == 'nosuggests' ]; then
export CHECK_ARGS='$CHECK_ARGS --ignore-vignettes'
export BUILD_ARGS='$BUILD_ARGS --no-build-vignettes'
export CHECK_ARGS="${CHECK_ARGS} --ignore-vignettes"
export BUILD_ARGS="${BUILD_ARGS} --no-build-vignettes"
fi
echo $CHECK_ARGS
echo $BUILD_ARGS
Expand Down

0 comments on commit b8bc0ac

Please sign in to comment.