Skip to content

Commit 7c7d3e1

Browse files
committed
Update LTS to 9.3.0.11-r2
1 parent e53d63a commit 7c7d3e1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
global:
2828
- MAIN_BRANCH=v9.3.0.x
2929
- TAGCACHE_FILE=tagcache
30-
- RELEASE=r1
30+
- RELEASE=r2
3131

3232
go_import_path: "github.com/ibm-messaging/mq-container"
3333

@@ -61,8 +61,8 @@ jobs:
6161
- MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_AMD64
6262
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_AMD64
6363
script:
64-
- bash travis-build-scripts/travis-log-keepalive.sh &
65-
- bash -e travis-build-scripts/run.sh
64+
- bash travis-build-scripts/travis-log-keepalive.sh &
65+
- bash -e travis-build-scripts/run.sh
6666
- stage: build
6767
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
6868
name: "Multi-Arch S390X build"
@@ -74,9 +74,9 @@ jobs:
7474
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
7575
- MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_S390X
7676
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_S390X
77-
script:
78-
- bash travis-build-scripts/travis-log-keepalive.sh &
79-
- bash -e travis-build-scripts/run.sh
77+
script:
78+
- bash travis-build-scripts/travis-log-keepalive.sh &
79+
- bash -e travis-build-scripts/run.sh
8080
- stage: build
8181
if: branch = v9.3.0.x OR tag =~ ^release-candidate*
8282
name: "Multi-Arch PPC64LE build"
@@ -89,8 +89,8 @@ jobs:
8989
- MQ_ARCHIVE_REPOSITORY=$MQ_930_ARCHIVE_REPOSITORY_PPC64LE
9090
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_930_ARCHIVE_REPOSITORY_DEV_PPC64LE
9191
script:
92-
- bash travis-build-scripts/travis-log-keepalive.sh &
93-
- bash -e travis-build-scripts/run.sh
92+
- bash travis-build-scripts/travis-log-keepalive.sh &
93+
- bash -e travis-build-scripts/run.sh
9494
- stage: push-manifest
9595
if: branch = v9.3.0.x AND type != pull_request OR tag =~ ^release-candidate*
9696
name: "Push Manifest-list to registry"

0 commit comments

Comments
 (0)