]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
build: install-deps failing in docker build 45791/head
authorNizamudeen A <nia@redhat.com>
Wed, 6 Apr 2022 07:39:26 +0000 (13:09 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 7 Apr 2022 17:39:05 +0000 (23:09 +0530)
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>
install-deps.sh

index 90912ac76847e17e02024502c612d1aa2a696529..dcf988696352c9672f236f42667100866a67dca5 100755 (executable)
@@ -544,4 +544,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