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" }