CI docker WIP

This commit is contained in:
Georges Dupéron 2019-09-07 14:08:35 +02:00
parent d31001fab6
commit 41b2691f39
2 changed files with 2 additions and 2 deletions

View File

@ -140,4 +140,4 @@ pages:
only:
- master
- dev
- feature/website-fixes
- refactor/new-tezos-deps-ci

View File

@ -34,7 +34,7 @@ RUN sh -c pwd
RUN sh scripts/build_ligo_local.sh
RUN sh -c pwd
RUN ls -l
RUN ls -l *
RUN sh -c 'ls -l /ligo/_build/default/src/bins/ligo || true'
# Use the ligo binary as a default command
ENTRYPOINT [ "/ligo/_build/default/src/bins/ligo" ]