Skip to content

Commit

Permalink
Fix build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 22, 2024
1 parent 0735fca commit 4ca4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/generate_workflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ if [[ "${_build}" == "true" ]]; then
printf "Building via build_all.sh %s\n\n" "${_build_flags}"
# Let the output of build_all.sh go to stdout regardless of verbose options
#shellcheck disable=SC2086,SC2248
${HOMEgfs}/sorc/build_all.sh ${_verbose_flag} ${_build_flags}
${HOMEgfs}/sorc/build_all.sh ${_build_flags} ${_verbose_flag}
fi

# Link the workflow silently unless there's an error
Expand Down

0 comments on commit 4ca4d3d

Please sign in to comment.