You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
::warning::Error: subprocess error exit 128, fatal: ambiguous argument 'release-17.0.30-alpha%0Arelease@17.0.30-alpha': unknown revision or path not in the working tree.%0AUse '--' to separate paths from revisions, like this:%0A'git <command> [<revision>...] -- [<file>...]'%0A
This happens because findLastHistoryPR is looking for the last PR on GitHub that affected the version history on the beta branch. That happens to be 16.0 beta commit 415c6c7.
We need to skip this when triggering the first beta build.
Fixes#10721.
This arose partly because of the change from release- to release@ in at
17.0.30-alpha (triggered by sentry req). Will require a corresponding
patch to CI script to pass the --from and --to parameters.
The fix isn't ideal because we have to pass --from and --to parameters in order for this to work. And that is buried inside increment-version.sh, so more patchwork required.
https://build.palaso.org/buildConfiguration/Keyman_TriggerReleaseBuildsBeta/443151?buildTab=log&focusLine=1266&logView=flowAware&linesState=103
The text was updated successfully, but these errors were encountered: