Jenkins file again.

This commit is contained in:
Jeff Baskin 2022-03-23 11:40:47 -04:00
parent 8675acb8ee
commit fc1d87f5f6
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -4,7 +4,6 @@ servepeline {
stages {
stage('Linux Testing') {
steps {
git(url: "https://gitea.baskinprattle.com/jbaskin/morethantext-web.git")
sh "cargo test"
}
}