CI: checkudpates: remove debug output of upstream URL

This commit is contained in:
Marcus Hoffmann 2020-06-25 15:24:36 +02:00
parent 543979b083
commit c3808b511f

View file

@ -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}