This commit is contained in:
iFargle
2023-03-14 18:43:03 +09:00
parent 6b45c79335
commit 09358cc6b3
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,8 @@ ENV PYTHONUNBUFFERED=1
# Don't create `.pyc` files:
ENV PYTHONDONTWRITEBYTECODE=1
RUN pip install poetry && poetry config virtualenvs.in-project true
RUN pip install poetry
RUN poetry config virtualenvs.in-project true
WORKDIR ${WORKDIR}

1
Jenkinsfile vendored
View File

@@ -45,7 +45,6 @@ pipeline {
}
}
}
stage('Push') {
options { timeout(time: 5, unit: 'MINUTES') }
steps {