We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912e1a8 commit c51c6cdCopy full SHA for c51c6cd
install-deps.sh
@@ -134,7 +134,7 @@ function install_pkg_on_ubuntu {
134
fi
135
if test -n "$missing_pkgs"; then
136
local shaman_url="https://shaman.ceph.com/api/repos/${project}/master/${sha1}/ubuntu/${codename}/repo"
137
- in_jenkins && echo -n "CI_DEBUG: Downloading $shaman_url ... "
+ ci_debug "Downloading $shaman_url ... "
138
$SUDO curl --silent --fail --write-out "%{http_code}" --location $shaman_url --output /etc/apt/sources.list.d/$project.list
139
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get update -y -o Acquire::Languages=none -o Acquire::Translation=none || true
140
$SUDO env DEBIAN_FRONTEND=noninteractive apt-get install --allow-unauthenticated -y $missing_pkgs
0 commit comments