You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/23 14:08:23 UTC

[yetus-test-patch-action] branch main updated: YETUS-1041. new release script fixes (#8)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git


The following commit(s) were added to refs/heads/main by this push:
     new c4ba539  YETUS-1041. new release script fixes (#8)
c4ba539 is described below

commit c4ba5391a50fe5eb19985ab78c68ba6365e2f39b
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Fri Oct 23 07:08:11 2020 -0700

    YETUS-1041. new release script fixes (#8)
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index ff42753..d30d1c1 100755
--- a/release.sh
+++ b/release.sh
@@ -71,7 +71,7 @@ git fetch origin
 git rebase origin/main
 git checkout -b "${JIRAISSUE}"
 
-docker run -i \
+docker run -i --rm \
   -v "${PWD}:/src" \
   -u "${USER_ID}" \
   "apache/yetus:main" \