build: removing unneeded env vars for poetry
Some checks failed
gitea-physics/deepdog/pipeline/head There was a failure building this commit

This commit is contained in:
Deepak Mallubhotla 2023-04-09 17:37:23 -05:00
parent 743c3e22ae
commit 589c16f25c
Signed by: deepak
GPG Key ID: BEBAEBF28083E022

5
Jenkinsfile vendored
View File

@ -12,11 +12,6 @@ pipeline {
parallelsAlwaysFailFast()
}
environment {
POETRY_HOME="/opt/poetry"
POETRY_VERSION="1.1.12"
}
stages {
stage('Build') {
steps {