@@ -25,7 +25,7 @@ services:
25
25
26
26
env :
27
27
global :
28
- - MAIN_BRANCH=private-master
28
+ - MAIN_BRANCH=v9.3.0.x
29
29
- TAGCACHE_FILE=tagcache
30
30
- RELEASE=r1
31
31
@@ -38,7 +38,7 @@ go_import_path: "github.com/ibm-messaging/mq-container"
38
38
jobs :
39
39
include :
40
40
- stage : basic-build
41
- if : branch != private-master AND tag IS blank
41
+ if : branch != v9.3.0.x AND tag IS blank
42
42
name : " Basic AMD64 build"
43
43
os : linux
44
44
env :
@@ -48,12 +48,12 @@ jobs:
48
48
# CD Build
49
49
50
50
- 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*
52
52
name : " Generate Global Tag"
53
53
os : linux
54
54
script : bash -e travis-build-scripts/global-tag.sh
55
55
- stage : build
56
- if : branch = private-master OR tag =~ ^release-candidate*
56
+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
57
57
name : " Multi-Arch AMD64 build"
58
58
os : linux
59
59
env :
62
62
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_AMD64
63
63
script : bash -e travis-build-scripts/run.sh
64
64
- stage : build
65
- if : branch = private-master OR tag =~ ^release-candidate*
65
+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
66
66
name : " Multi-Arch S390X build"
67
67
os : linux-s390
68
68
env :
72
72
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_S390X
73
73
script : bash -e travis-build-scripts/run.sh
74
74
- stage : build
75
- if : branch = private-master OR tag =~ ^release-candidate*
75
+ if : branch = v9.3.0.x OR tag =~ ^release-candidate*
76
76
name : " Multi-Arch PPC64LE build"
77
77
os : linux-ppc64le
78
78
env :
82
82
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_PPC64LE
83
83
script : bash -e travis-build-scripts/run.sh
84
84
- 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*
86
86
name : " Push Manifest-list to registry"
87
87
env :
88
88
- PUSH_MANIFEST_ONLY=true
0 commit comments