Skip to content

Commit

Permalink
Merge branch 'develop' into feature/jcb-obsbias
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Oct 24, 2024
2 parents 54223bf + 3b2c4e2 commit ec9e68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/launch_java_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export GH="${HOME}/bin/gh"
[[ -f "${GH}" ]] || echo "gh is not installed in ${HOME}/bin"
${GH} --version

check_mark=$(gh auth status -t 2>&1 | grep "Token:" | awk '{print $1}') || true
check_mark=$("${GH}" auth status -t 2>&1 | grep "Token:" | awk '{print $1}') || true
if [[ "${check_mark}" != "" ]]; then
echo "gh not authenticating with emcbot token"
exit 1
Expand Down

0 comments on commit ec9e68a

Please sign in to comment.