mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Remove travis config file
This commit is contained in:
parent
30d0e2a856
commit
bc35c402a2
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
dist: trusty
|
||||
language: java
|
||||
jdk: oraclejdk8
|
||||
services:
|
||||
- docker
|
||||
before_script:
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || [ "${TRAVIS_BRANCH}" != "main" ] || docker login -u springbuildmaster -p "$DOCKERHUB_PASSWORD"'
|
||||
script:
|
||||
- ./mvnw spring-boot:build-image -D spring-boot.build-image.imageName=springio/petclinic && ([ "${TRAVIS_BRANCH}" != "main" ] || docker push springio/petclinic)
|
Loading…
Reference in a new issue