#!/bin/bash echo "Hello from simple bake script" echo "Task ID: $HBW_TASKID" echo "Pipeline: $HBW_PIPELINE" exit 0