mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
install-deps: fix a log line to use ci_debug
The log line was doing exactly what ci_debug does, so switch it to use that function. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
912e1a8c8f
commit
c51c6cdcb6
@ -134,7 +134,7 @@ function install_pkg_on_ubuntu {
|
||||
fi
|
||||
if test -n "$missing_pkgs"; then
|
||||
local shaman_url="https://shaman.ceph.com/api/repos/${project}/master/${sha1}/ubuntu/${codename}/repo"
|
||||
in_jenkins && echo -n "CI_DEBUG: Downloading $shaman_url ... "
|
||||
ci_debug "Downloading $shaman_url ... "
|
||||
$SUDO curl --silent --fail --write-out "%{http_code}" --location $shaman_url --output /etc/apt/sources.list.d/$project.list
|
||||
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none -o Acquire::Translation=none || true
|
||||
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get install --allow-unauthenticated -y $missing_pkgs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user