1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix ci stages

This commit is contained in:
checktheroads
2020-02-21 23:49:51 -07:00
parent 65467819d2
commit d99d584fde
2 changed files with 14 additions and 2 deletions

View File

@@ -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