From 0c31ec731bc3d035d8c9b2651b55e4582494bc77 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 20 Dec 2023 14:06:20 +0100 Subject: [PATCH] [#13] Removed installing docker --- Jenkinsfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 502380a..a23028a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,14 +41,6 @@ pipeline { sh 'python3 -m twine upload --skip-existing --verbose --repository-url $TWINE_REPO_URL --username $GITEA_CREDS_USR --password $GITEA_CREDS_PSW ./dist/*' } } - stage('Install docker') { - steps { - echo 'Installing docker' - sh 'curl -fsSl https://get.docker.com | sh' - echo 'Starting docker daemon' - sh 'systemctl start docker' - } - } stage('Build docker image') { steps { echo 'Building image'