Tag master builds with build id

This commit is contained in:
Luke Powlett
2020-10-07 14:32:55 +01:00
committed by Luke J Powlett
parent 678a62f152
commit 23eba2524e
2 changed files with 28 additions and 7 deletions

View File

@@ -30,10 +30,6 @@ go_import_path: "github.com/ibm-messaging/mq-container"
# directories:
# - downloads
env:
global:
- RELEASE=""
jobs:
include:
- stage: basic-build
@@ -70,9 +66,11 @@ jobs:
- TEST_OPTS_DOCKER="-run TestGoldenPathWithMetrics"
- MQ_ARCHIVE_REPOSITORY=$MQ_920_ARCHIVE_REPOSITORY_S390X
- MQ_ARCHIVE_REPOSITORY_DEV=$MQ_920_ARCHIVE_REPOSITORY_DEV_S390X
- RELEASE=""
- RELEASE_CANDIDATE=""
script: bash -e travis-build-scripts/run.sh
- stage: push-manifest
if: branch = private-master OR tag =~ ^release-candidate*
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
name: "Push Manifest-list to registry"
script: make push-manifest
before_install: