mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-05-20 00:45:23 +02:00
Test
This commit is contained in:
@@ -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
1
Jenkinsfile
vendored
@@ -45,7 +45,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Push') {
|
||||
options { timeout(time: 5, unit: 'MINUTES') }
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user