Skip to content

Commit

Permalink
PMM-13487 Exit on missing prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 9, 2024
1 parent 37dc2c7 commit a2fa2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/local/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ check_preprequisites() {
if [ -z "${GITHUB_API_TOKEN:-}" ]; then
echo "Error: GITHUB_API_TOKEN is not set, some git operations will fail, exiting..."
echo
exit 1
fi
}

Expand Down Expand Up @@ -544,6 +545,7 @@ main() {
run_build_script build-server-docker
fi

set +o xtrace
echo
echo "Done building PMM artifacts."
echo ---
Expand Down

0 comments on commit a2fa2a0

Please sign in to comment.