[#13] Start docker daemon
Some checks failed
Amarillo/amarillo-gitea/amarillo-core/pipeline/head There was a failure building this commit

This commit is contained in:
Csaba 2023-12-20 12:49:22 +01:00
parent 88fc38a5dd
commit 1543995ef1

2
Jenkinsfile vendored
View file

@ -50,6 +50,8 @@ pipeline {
steps {
echo 'Installing docker'
sh 'curl -fsSl https://get.docker.com | sh'
echo 'Starting docker daemon'
sh 'systemctl start docker'
}
}
stage('Build docker image') {