Listing files if failure

This commit is contained in:
Roberto Badô 2018-04-11 01:14:43 -03:00
parent 9015c544cf
commit c9a7cb12cd

View file

@ -14,6 +14,9 @@ env:
after_script:
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
after_failure:
- 'ls -l'
cache:
directories:
- $HOME/.m2