diff --git a/Jenkinsfile b/Jenkinsfile index 3b21a9e..e4040dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,11 +6,11 @@ pipeline { sh 'docker-compose build' } } - stage('Test') { - steps { + ///stage('Test') { + /// steps { sh 'docker-compose run --rm app python -m pytest' - } - } + /// } + ///} stage('Deploy') { steps { sh 'docker-compose up -d'