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
Copy file name to clipboardExpand all lines: .buildkite/scripts/utils.sh
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,8 @@ retry() {
32
32
33
33
#
34
34
# An opinionated approach to detect if unsupported Unified Release branches
35
-
# can be used, this is handy for testing feature branches in dry-run mode
35
+
# can be used, this is handy for testing feature branches in dry-run mode.
36
+
# In addition support for PRs is added by using the base branch of the PR.
36
37
# It produces the below environment variables:
37
38
# - VERSION
38
39
# - DRA_COMMAND
@@ -58,6 +59,9 @@ dra_process_other_branches() {
58
59
buildkite-agent annotate "It was not possible to know the original base branch for ${BUILDKITE_BRANCH}. This won't fail - this is a feature branch." --style 'info' --context 'ctx-info-feature-branch'
0 commit comments