Skip to content

Commit

Permalink
Merge pull request #544 from mq-cloudpak/sdp-24x-update-to-9332-r2
Browse files Browse the repository at this point in the history
Update to 9.3.3.2-r2
  • Loading branch information
JEFFLUFC authored and GitHub Enterprise committed Nov 6, 2023
2 parents b56e570 + d39b359 commit adb724d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
global:
- MAIN_BRANCH=v9.3.3
- TAGCACHE_FILE=tagcache
- RELEASE=r1
- RELEASE=r2

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

Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_AMD64
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_AMD64
script:
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- stage: build
if: branch = v9.3.3 OR tag =~ ^release-candidate*
name: "Multi-Arch S390X build"
Expand All @@ -75,8 +75,8 @@ jobs:
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_S390X
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_S390X
script:
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- stage: build
if: branch = v9.3.3 OR tag =~ ^release-candidate*
name: "Multi-Arch PPC64LE build"
Expand All @@ -89,8 +89,8 @@ jobs:
- MQ_ARCHIVE_REPOSITORY=$MQ_933_ARCHIVE_REPOSITORY_PPC64LE
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_933_ARCHIVE_REPOSITORY_DEV_PPC64LE
script:
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- bash travis-build-scripts/travis-log-keepalive.sh &
- bash -e travis-build-scripts/run.sh
- stage: push-manifest
if: branch = v9.3.3 AND type != pull_request OR tag =~ ^release-candidate*
name: "Push Manifest-list to registry"
Expand Down

0 comments on commit adb724d

Please sign in to comment.