mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix ci stages
This commit is contained in:
@@ -21,4 +21,8 @@ ENV PATH=$PATH:/root/.poetry/bin
|
||||
FROM base as install
|
||||
WORKDIR /tmp/hyperglass
|
||||
RUN poetry install --no-ansi
|
||||
|
||||
FROM install as setup
|
||||
WORKDIR /tmp/hyperglass
|
||||
COPY .tests/dockersetup.sh /tmp/dockersetup.sh
|
||||
RUN ls -lsah /tmp
|
Reference in New Issue
Block a user