Skip to content

Commit 29a419d

Browse files
committed
remove second do
1 parent f2f4587 commit 29a419d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bot/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ ACCEL_OVERRIDES=$(cfg_get_value "architecture" "accelerator")
254254
if [[ -n "$ACCEL_OVERRIDES" ]]; then
255255
IFS='+' read -ra ACCEL_OVERRIDES_ARRAY <<< "$ACCEL_OVERRIDES"
256256
for ACCEL_OVERRIDE in "${ACCEL_OVERRIDES_ARRAY[@]}"; do
257-
do
258257
# bot job config does not include accel subdirectory
259258
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/${ACCEL_OVERRIDE}"
260259
echo "bot/build.sh: EESSI_ACCELERATOR_TARGET_OVERRIDE='accel/${ACCEL_OVERRIDE}'"

0 commit comments

Comments
 (0)