mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Listing files if failure
This commit is contained in:
parent
9015c544cf
commit
c9a7cb12cd
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ env:
|
|||
after_script:
|
||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||
|
||||
after_failure:
|
||||
- 'ls -l'
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
|
Loading…
Reference in a new issue