Skip to content

Commit 0c756a4

Browse files
committed
Update pipelines for 1.3.x series
1 parent fbdbf23 commit 0c756a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ resources:
249249
paths: ["ci/images/*"]
250250

251251
- name: release-ci-image
252-
type: registry-image
252+
type: docker-image
253253
source:
254254
repository: ((docker-hub-organization))/release-ci-image
255255
username: ((docker-hub-username))

scripts/set-pipelines.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ main() {
2323

2424
pushd "$(dirname "$0")/../ci" >/dev/null
2525

26-
set_pipeline app-broker-1.2.x pipeline.yml master
27-
set_pipeline app-broker-1.2.x-pr pr-pipeline.yml master
26+
set_pipeline app-broker-1.3.x pipeline.yml master
27+
set_pipeline app-broker-1.3.x-pr pr-pipeline.yml master
2828

2929
popd >/dev/null
3030
}

0 commit comments

Comments
 (0)