mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
CI: checkudpates: remove debug output of upstream URL
This commit is contained in:
parent
543979b083
commit
c3808b511f
1 changed files with 0 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue