[#13] Removed installing docker
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 14:06:20 +01:00
parent 2b37f68228
commit 0c31ec731b

8
Jenkinsfile vendored
View file

@ -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/*' 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') { stage('Build docker image') {
steps { steps {
echo 'Building image' echo 'Building image'