We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc6c66 commit 41a45d7Copy full SHA for 41a45d7
1 file changed
bot/build.sh
@@ -251,7 +251,7 @@ build_outerr=$(mktemp build.outerr.XXXX)
251
252
# determine accelerator target (if any) from .architecture in ${JOB_CFG_FILE}
253
ACCEL_OVERRIDES=$(cfg_get_value "architecture" "accelerator")
254
-if [[ -n "$ACCEL_OVERRIDE" ]]; then
+if [[ -n "$ACCEL_OVERRIDES" ]]; then
255
for accel_override in ${ACCEL_OVERRIDES//+/ }
256
do
257
# bot job config does not include accel subdirectory
0 commit comments