From 32a6117d228650079baaf887029b4a440df0af4f Mon Sep 17 00:00:00 2001 From: Vicente Falco Date: Wed, 8 Nov 2017 17:08:09 +0100 Subject: [PATCH] Error JenkinsFile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 88de5a6b8..998b955f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ node { stage ("install modules loopback service") { - sh "npm install /services/loopback" + sh "npm install ./services/loopback" } stage ("Stopping/Removing Docker")