some travis debug

This commit is contained in:
Evgenii Alekseev 2017-12-17 21:20:55 +03:00
parent fee70b7385
commit 935fa04757

View File

@ -11,4 +11,8 @@ before_install:
- docker build --tag="${DOCKER_TAG}" -f ".docker/Dockerfile-arch" ".docker"
script:
- pwd
- ls -l
- ls -l .docker || true
- ls .docker/build-arch.sh || true
- docker run "${DOCKER_TAG}" ".docker/build-arch.sh"