From 68ef36fafbc4a988b706db0f94c70ebe0ba03039 Mon Sep 17 00:00:00 2001 From: Jason Edmeades Date: Fri, 24 Sep 2021 16:16:39 +0100 Subject: [PATCH 1/2] Push any image requested, ie do not skip ppcle ones --- travis-build-scripts/push.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/travis-build-scripts/push.sh b/travis-build-scripts/push.sh index bc73cef..e133cd2 100755 --- a/travis-build-scripts/push.sh +++ b/travis-build-scripts/push.sh @@ -32,11 +32,9 @@ function push_developer { } function push_production { - if [[ "$ARCH" = "amd64" || "$ARCH" = "s390x" ]] ; then - echo 'Pushing Production image...' && echo -en 'travis_fold:start:push-advancedserver\\r' - make push-advancedserver - echo -en 'travis_fold:end:push-advancedserver\\r' - fi + echo 'Pushing Production image...' && echo -en 'travis_fold:start:push-advancedserver\\r' + make push-advancedserver + echo -en 'travis_fold:end:push-advancedserver\\r' } # call relevant push function From 8284ac31697c074c1ddc6fc51d1761efb4c07037 Mon Sep 17 00:00:00 2001 From: Jason Edmeades Date: Fri, 24 Sep 2021 16:25:36 +0100 Subject: [PATCH 2/2] Copyright update --- travis-build-scripts/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-build-scripts/push.sh b/travis-build-scripts/push.sh index e133cd2..b3be8a1 100755 --- a/travis-build-scripts/push.sh +++ b/travis-build-scripts/push.sh @@ -1,6 +1,6 @@ #!/bin/bash -# © Copyright IBM Corporation 2019, 2020 +# © Copyright IBM Corporation 2019, 2021 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.