From c3808b511f04474e995de5ec610c6dab40ebd1f4 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Thu, 25 Jun 2020 15:24:36 +0200 Subject: [PATCH] CI: checkudpates: remove debug output of upstream URL --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 466a609125..e8bedbcec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,6 @@ checkupdates_runner: - eval $(ssh-agent -s) - echo "${CHECKUPDATES_SSH_DEPLOY_KEY}" | tr -d '\r' | ssh-add - - url_host=$(echo "${CI_REPOSITORY_URL}" | sed -e 's|https\?://gitlab-ci-token:.*@|ssh://git@|g') - - echo "${url_host}" - git remote set-url --push origin "${url_host}" script: - fdroid checkupdates --allow-dirty --auto --commit ${CHECKUPDATES_APPIDS}