]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
build: install-deps failing in docker build wip-quincy-debug 45752/head
authorNizamudeen A <nia@redhat.com>
Wed, 6 Apr 2022 07:39:26 +0000 (13:09 +0530)
committerErnesto Puerta <epuertat@redhat.com>
Mon, 11 Apr 2022 08:41:56 +0000 (10:41 +0200)
install-deps.sh was failing in our docker build due to the recent change in
the script. Failure can be seen here: https://github.com/rhcs-dashboard/ceph-dev/runs/5844502455?check_suite_focus=true#step:3:2586

This seems to fix the issue.

Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 72841fdcbe5445b5f5ada5d244d497f0b3f04e4f)

install-deps.sh

index 9be08af2990aef9189bfda99d917d18dd8bbca10..58abb997f0144b039d1a704463144b66c1cb45a1 100755 (executable)
@@ -514,4 +514,4 @@ if $for_make_check; then
     type git > /dev/null || (echo "Dashboard uses git to pull dependencies." ; false)
 fi
 
-in_jenkins && echo "CI_DEBUG: End install-deps.sh"
+in_jenkins && echo "CI_DEBUG: End install-deps.sh" || true