From a4a1ce9737843871209a441ee789dcfce2261e92 Mon Sep 17 00:00:00 2001 From: Clement Date: Thu, 4 Feb 2021 10:47:43 +0800 Subject: [PATCH] Test executing build script --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a7eb906..f0afcd4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ pipeline { steps { sh 'echo "building"' sh "cd scripts ; bash -x ./build-website.sh" - sh "apt install -y curl" sh "service httpd status" sh "service httpd start" }