Removed git information.

This commit is contained in:
Jeff Baskin 2022-03-23 10:46:57 -04:00
parent 04750182a7
commit 0b7c7216d2

1
Jenkinsfile vendored
View File

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