From 2e62a3a611dfa3383174b67720abb52f84d6e10e Mon Sep 17 00:00:00 2001 From: Adrian Gonzalez-Martin Date: Fri, 9 Oct 2020 14:00:56 +0100 Subject: [PATCH] Add SC install to docs makefile --- doc/Makefile | 2 ++ jenkins-x-docs.yml | 10 ---------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 2745644a7c..61340d1572 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,6 +17,8 @@ TAG=master install-dev: pip install -r requirements.txt + # Install local version of seldon_core as well + make -C ../python install_dev clean: rm -rf source/_static/cluster-manager/dependencies diff --git a/jenkins-x-docs.yml b/jenkins-x-docs.yml index 25bf3ca606..18dab9c703 100644 --- a/jenkins-x-docs.yml +++ b/jenkins-x-docs.yml @@ -16,11 +16,6 @@ pipelineConfig: parallel: - name: linkcheck steps: - - name: install-seldon-core - command: make - args: - - -C python - - install_dev - name: make-linkcheck command: make args: @@ -29,11 +24,6 @@ pipelineConfig: - linkcheck - name: html steps: - - name: install-seldon-core - command: make - args: - - -C python - - install_dev - name: make-html command: make args: