mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Tree
This commit is contained in:
parent
13f87f8f7b
commit
04baad7e82
1 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
language: java
|
||||
|
||||
git:
|
||||
submodules:
|
||||
|
||||
|
||||
env:
|
||||
global:
|
||||
- DOCKER_IMAGE_BASE_URL=registry2.swarm.devfactory.com/aurea/central/jervis/petclinic
|
||||
|
@ -13,7 +17,7 @@ env:
|
|||
|
||||
# after_script:
|
||||
# - docker build -t ${DOCKER_IMAGE_BASE_URL}:${GIT_COMMIT}
|
||||
before_install: yes
|
||||
before_install: tree
|
||||
install: yes
|
||||
before_script: yes
|
||||
script: yes
|
||||
|
|
Loading…
Reference in a new issue