mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +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:
|
after_script:
|
||||||
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
- docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||||
|
|
||||||
|
after_failure:
|
||||||
|
- 'ls -l'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
|
|
Loading…
Reference in a new issue