Test executing build script

This commit is contained in:
2021-02-04 10:47:43 +08:00
parent 53dbe0b525
commit a4a1ce9737

1
Jenkinsfile vendored
View File

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