@@ -25,7 +25,7 @@ services:
2525
2626env :
2727 global :
28- - MAIN_BRANCH=private-master
28+ - MAIN_BRANCH=v9.3.0.x
2929 - TAGCACHE_FILE=tagcache
3030 - RELEASE=r1
3131
@@ -38,7 +38,7 @@ go_import_path: "github.com/ibm-messaging/mq-container"
3838jobs :
3939 include :
4040 - stage : basic-build
41- if : branch != private-master AND tag IS blank
41+ if : branch != v9.3.0.x AND tag IS blank
4242 name : " Basic AMD64 build"
4343 os : linux
4444 env :
@@ -48,12 +48,12 @@ jobs:
4848 # CD Build
4949
5050 - stage : global-tag
51- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
51+ if : branch = v9.3.0.x AND type != pull_request OR tag =~ ^release-candidate*
5252 name : " Generate Global Tag"
5353 os : linux
5454 script : bash -e travis-build-scripts/global-tag.sh
5555 - stage : build
56- if : branch = private-master OR tag =~ ^release-candidate*
56+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
5757 name : " Multi-Arch AMD64 build"
5858 os : linux
5959 env :
6262 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_AMD64
6363 script : bash -e travis-build-scripts/run.sh
6464 - stage : build
65- if : branch = private-master OR tag =~ ^release-candidate*
65+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
6666 name : " Multi-Arch S390X build"
6767 os : linux-s390
6868 env :
7272 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_S390X
7373 script : bash -e travis-build-scripts/run.sh
7474 - stage : build
75- if : branch = private-master OR tag =~ ^release-candidate*
75+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
7676 name : " Multi-Arch PPC64LE build"
7777 os : linux-ppc64le
7878 env :
8282 - MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_PPC64LE
8383 script : bash -e travis-build-scripts/run.sh
8484 - stage : push-manifest
85- if : branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
85+ if : branch = v9.3.0.x AND type != pull_request OR tag =~ ^release-candidate*
8686 name : " Push Manifest-list to registry"
8787 env :
8888 - PUSH_MANIFEST_ONLY=true
0 commit comments