removed scm scripts
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-06-22 22:12:37 +02:00
parent fbba40fb3e
commit 021ddcd38a
Vendored
-3
View File
@@ -3,9 +3,6 @@ pipeline {
options {
parallelsAlwaysFailFast()
}
script {
checkout scm
}
stages {
stage('BuildAndTest') {
matrix {