Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build-scripts/compile-options
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ hub)
ROLE=hub
;;
*)
log_error "Bad or unset EXPLICIT_ROLE '$EXPLICIT_ROLE': attempting autodetection"
log_debug "Bad or unset EXPLICIT_ROLE '$EXPLICIT_ROLE': attempting autodetection"
case x"$label" in
x)
log_debug "label is not set, assuming that this is not the main build job; Setting ROLE=agent."
Expand All @@ -207,7 +207,7 @@ hub)
ROLE=hub
;;
*)
log_error "Autodetection failed for label '$label': defaulting to 'agent'"
log_debug "Autodetection failed for label '$label': defaulting to 'agent'"
ROLE=agent
;;
esac
Expand Down
Loading