rabbitmq-server/ci/scripts/collect.sh

8 lines
216 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
echo "Recording buildevents step finish for ${project} started at ${STEP_START}..."
buildevents step ${GITHUB_RUN_ID} ${GITHUB_RUN_ID}-${project} ${STEP_START} ${project}
echo "done."