diff --git a/Jenkinsfile b/Jenkinsfile index 1c95d26..3316295 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,12 +6,6 @@ pipeline { } stages { - stage('Checkout') { - steps { - checkout scm - } - } - stage('Build & Deploy') { steps { sh 'docker compose down'