Skip to content

Commit 5f02c6c

Browse files
committed
add echo
1 parent 1d2cbed commit 5f02c6c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bot/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ if [[ -n "$ACCEL_OVERRIDES" ]]; then
255255
for ACCEL_OVERRIDE in ${ACCEL_OVERRIDES//+/ }
256256
do
257257
# bot job config does not include accel subdirectory
258-
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/$ACCEL_OVERRIDE"
258+
export EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/${ACCEL_OVERRIDE}"
259+
echo "bot/build.sh: EESSI_ACCELERATOR_TARGET_OVERRIDE='accel/${ACCEL_OVERRIDE}'"
259260
echo "Executing command to build software:"
260261
echo "$software_layer_dir/eessi_container.sh ${COMMON_ARGS[@]} ${BUILD_STEP_ARGS[@]}"
261262
echo " -- $software_layer_dir/install_software_layer.sh \"${INSTALL_SCRIPT_ARGS[@]}\" \"$@\" 2>&1 | tee -a ${build_outerr}"

0 commit comments

Comments
 (0)