@@ -10,7 +10,6 @@ node {
stage('checkout') {
deleteDir()
checkout scm
- sh "git checkout test"
}
stage('Stop Containers') {