Update release_pipeline.yml
This commit is contained in:
3
.github/workflows/release_pipeline.yml
vendored
3
.github/workflows/release_pipeline.yml
vendored
@@ -321,8 +321,7 @@ jobs:
|
|||||||
{
|
{
|
||||||
echo "ERROR: Date normalization script not found in approved locations."
|
echo "ERROR: Date normalization script not found in approved locations."
|
||||||
echo "Approved locations:"
|
echo "Approved locations:"
|
||||||
printf '%s
|
printf '%s\n' "${CANDIDATES[@]}"
|
||||||
' "${CANDIDATES[@]}"
|
|
||||||
echo "Discovered candidates (first 5):"
|
echo "Discovered candidates (first 5):"
|
||||||
echo "${FOUND:-<none>}"
|
echo "${FOUND:-<none>}"
|
||||||
echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo."
|
echo "Required action: add scripts/update_dates.sh (or scripts/release/update_dates.sh) to the repo."
|
||||||
|
|||||||
Reference in New Issue
Block a user