prepare xts and run xts flows fail if precursor tag does not already exist in the repository #16156
Labels
Bug
An error that causes the feature to behave differently than what was expected based on design.
github_actions
Pull requests that update GitHub Actions code
Milestone
Description
When
ZXF: Prepare Extended Test Suite
andZXCron: Extended Test Suite
workflows run they perform the following check:If the precursor tag
xts-commit
does not exist in the repository flow the first checkXTS_COMMIT=$(git rev-list -n 1 "${XTS_CANDIDATE_TAG}")
will error out saying:Steps to reproduce
Manually trigger either workflow
Additional context
Both of these workflows should pass through that check and either
create
the tag orconsume
the tag regardless of its presence.Hedera network
No response
Version
develop
Operating system
Linux
The text was updated successfully, but these errors were encountered: