diff --git a/Jenkinsfile b/Jenkinsfile index 415dba3..e6f230d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stages { stage("verify tooling") { steps { - sh ''' + sh ''' docker version docker info docker compose version @@ -31,11 +31,5 @@ pipeline { sh 'docker compose ps' } } - - stage('Run tests against the container') { - steps { - - } - } } }