Remove test stage

This commit is contained in:
Layla 2019-07-18 15:28:06 -04:00
parent 6950756925
commit 8dfd059233

7
Jenkinsfile vendored
View File

@ -53,13 +53,6 @@ pipeline {
}
}
}
stage('Test')
{
steps
{
sh('git log -1')
}
}
stage('Build') {
steps {