dont push LTS images to artifactory
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -137,16 +137,6 @@ jobs:
|
|||||||
- MQ_ARCHIVE_REPOSITORY=$MQ_9204_EUS_ARCHIVE_REPOSITORY_PPC64LE
|
- MQ_ARCHIVE_REPOSITORY=$MQ_9204_EUS_ARCHIVE_REPOSITORY_PPC64LE
|
||||||
- RELEASE=$RELEASE_LTS
|
- RELEASE=$RELEASE_LTS
|
||||||
script: bash -e travis-build-scripts/run.sh
|
script: bash -e travis-build-scripts/run.sh
|
||||||
- stage: push-manifest
|
|
||||||
if: branch = private-master AND type != pull_request OR tag =~ ^release-candidate*
|
|
||||||
name: "Push Manifest-list to registry"
|
|
||||||
env:
|
|
||||||
- LTS=true
|
|
||||||
- TAGCACHE_FILE=tagcache-lts
|
|
||||||
- MQ_VERSION=$MQ_LTS_VERSION
|
|
||||||
- PUSH_MANIFEST_ONLY=true
|
|
||||||
- RELEASE=$RELEASE_LTS
|
|
||||||
script: bash -e travis-build-scripts/run.sh
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- make install-build-deps
|
- make install-build-deps
|
||||||
|
|||||||
@@ -55,5 +55,5 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$LTS" = true ] ; then
|
if [ "$LTS" = true ] ; then
|
||||||
./travis-build-scripts/push.sh production
|
printf '\nIn CD stream but building LTS image. Do not push LTS image to artifactory\n'
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user