Skip to content

Commit

Permalink
Fixed docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Feb 15, 2018
1 parent d6aa127 commit 9d560be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -9,10 +9,10 @@ branches:

after_success:
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy --settings travis-settings.xml
- mvn dockerfile:build -pl FROST-Server
- mvn dockerfile:tag@tag-version -pl FROST-Server
- mvn dockerfile:push@push-latest -Ddockerfile.useMavenSettingsForAuth=true -pl FROST-Server --settings travis-settings.xml
- mvn dockerfile:push@push-version -Ddockerfile.useMavenSettingsForAuth=true -pl FROST-Server --settings travis-settings.xml
- mvn dockerfile:build -pl FROST-Server.HTTP
- mvn dockerfile:tag@tag-version -pl FROST-Server.HTTP
- mvn dockerfile:push@push-latest -Ddockerfile.useMavenSettingsForAuth=true -pl FROST-Server.HTTP --settings travis-settings.xml
- mvn dockerfile:push@push-version -Ddockerfile.useMavenSettingsForAuth=true -pl FROST-Server.HTTP --settings travis-settings.xml
sudo: required

services:
Expand Down

0 comments on commit 9d560be

Please sign in to comment.