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/10 03:58:34 UTC

[yetus] branch main updated: YETUS-1018. CircleCI adding space to artifact URL (#151)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new c289c52  YETUS-1018. CircleCI adding space to artifact URL (#151)
c289c52 is described below

commit c289c528b3ba7dcd025850b3f7a92f444c667202
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Fri Oct 9 20:58:24 2020 -0700

    YETUS-1018. CircleCI adding space to artifact URL (#151)
---
 precommit/src/main/shell/robots.d/circleci.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/precommit/src/main/shell/robots.d/circleci.sh b/precommit/src/main/shell/robots.d/circleci.sh
index 9e69917..31177e8 100755
--- a/precommit/src/main/shell/robots.d/circleci.sh
+++ b/precommit/src/main/shell/robots.d/circleci.sh
@@ -82,6 +82,7 @@ function circleci_artifact_url
       baseurl=$("${GREP}" url "${PATCH_DIR}/circleci.txt" | head -1 | cut -f2- -d:)
       baseurl=${baseurl//\"/}
       baseurl=${baseurl%/*}
+      baseurl=${baseurl%% }
       rm "${PATCH_DIR}/circleci.txt" 2>/dev/null
       CIRCLECI_ARTIFACTS=${baseurl}
     fi