This commit is contained in:
@@ -10,6 +10,7 @@ steps:
|
|||||||
- export POETRY_VERSION=1.2.2
|
- export POETRY_VERSION=1.2.2
|
||||||
- export POETRY_HOME=/usr/local/
|
- export POETRY_HOME=/usr/local/
|
||||||
- curl -sSL https://install.python-poetry.org | python3 -
|
- curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
- poetry config virtualenvs.create false
|
||||||
- poetry install
|
- poetry install
|
||||||
- printenv
|
- printenv
|
||||||
- pytest
|
- pytest
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ ENV POETRY_VERSION=1.2.2 \
|
|||||||
# COPY python-hvac .
|
# COPY python-hvac .
|
||||||
|
|
||||||
RUN curl -sSL https://install.python-poetry.org | python3 -\
|
RUN curl -sSL https://install.python-poetry.org | python3 -\
|
||||||
poetry install
|
&& poetry config virtualenvs.create false \
|
||||||
|
&& poetry install
|
||||||
|
|
||||||
ENTRYPOINT [ "python-hvac" ]
|
ENTRYPOINT [ "python-hvac" ]
|
||||||
Reference in New Issue
Block a user