Update .travis.yml

This commit is contained in:
STAM 2020-03-04 00:31:57 +03:00 committed by GitHub
parent c7eebfedbd
commit ec350faee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,6 +228,12 @@ matrix:
- docker build --compress -t epicmorg/jira:latest-jdk11 -f atlassian/jira/latest/Dockerfile.jdk11 atlassian/jira/latest
- docker push epicmorg/jira:latest-jdk11
- name: Fisheye + Crucible + JDK 8 (latest)
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build --compress -t epicmorg/fisheye-crucible:latest atlassian/fisheye-crucible/latest
- docker push epicmorg/fisheye-crucible:latest
- name: Postgres (latest)
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin