You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/12/11 20:15:36 UTC

[beam] branch lostluck-typo created (now 9e37b64)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch lostluck-typo
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at 9e37b64  Fix typo in publish_docker_images.sh

This branch includes the following new commits:

     new 9e37b64  Fix typo in publish_docker_images.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix typo in publish_docker_images.sh

Posted by lo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch lostluck-typo
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 9e37b648e319171ee95f59cac3728a2b2b38311a
Author: Robert Burke <lo...@users.noreply.github.com>
AuthorDate: Fri Dec 11 12:14:59 2020 -0800

    Fix typo in publish_docker_images.sh
    
    Found during the 2.26.0 release.
---
 release/src/main/scripts/publish_docker_images.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/src/main/scripts/publish_docker_images.sh b/release/src/main/scripts/publish_docker_images.sh
index 922a1e5..534706a 100755
--- a/release/src/main/scripts/publish_docker_images.sh
+++ b/release/src/main/scripts/publish_docker_images.sh
@@ -83,7 +83,7 @@ if [[ $confirmation = "y" ]]; then
     docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:${RELEASE}_${RC_VERSION}
     docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:${RELEASE}
     docker rmi -f ${DOCKER_IMAGE_DEFAULT_REPO_ROOT}/${DOCKER_IMAGE_DEFAULT_REPO_PREFIX}${ver}_sdk:latest
-  end
+  done
 
   echo '-------------Tagging and Pushing Flink job server images-------------'
   echo "Publishing images for the following Flink versions:" "${FLINK_VER[@]}"