удалена лишняя строчка

This commit is contained in:
2026-01-30 20:47:42 +03:00
parent 1a9690f525
commit a15e698058

2
Jenkinsfile vendored
View File

@ -67,8 +67,6 @@ pipeline {
def udbImage = "${env.REGISTRY}/${REPO_NAME}-update-db:${env.VERSION}"
sh "cd build/docker && docker build -t ${udbImage} ."
sh "docker push ${udbImage}"
docker logout ${env.REGISTRY}
}
}
}