Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Desactiva Google Container Registry durante la integración continua
Browse files Browse the repository at this point in the history
spotify/dockerfile-maven#43

Ver también: Issue #19
  • Loading branch information
kilianpg committed Apr 15, 2018
1 parent e856045 commit ba02368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jdk:
- oraclejdk8
env:
- DOCKER_COMPOSE_VERSION=1.20.1

before_install:
- sudo apt-get update
- sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common
Expand All @@ -26,7 +26,7 @@ before_script:
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- sudo service postgresql stop
- mvn clean package -U -Dmaven.test.skip=true
- mvn clean package -U -Dmaven.test.skip=true -Ddockerfile.googleContainerRegistryEnabled=false
- docker-compose up -d

after_success:
Expand Down

0 comments on commit ba02368

Please sign in to comment.