We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62349 commit 156fdffCopy full SHA for 156fdff
scripts/set-pipelines.sh
@@ -23,8 +23,8 @@ main() {
23
24
pushd "$(dirname "$0")/../ci" >/dev/null
25
26
- set_pipeline app-broker-1.1.x pipeline.yml master
27
- set_pipeline app-broker-1.1.x-pr pr-pipeline.yml master
+ set_pipeline app-broker-1.1.x pipeline.yml 1.1.x
+ set_pipeline app-broker-1.1.x-pr pr-pipeline.yml 1.1.x
28
29
popd >/dev/null
30
}
0 commit comments