mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
travis fix
This commit is contained in:
parent
a36851d756
commit
456fa7b7cd
30
.travis.yml
30
.travis.yml
@ -141,23 +141,7 @@ matrix:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/qbittorrent:latest qbittorrent/latest
|
||||
- docker push epicmorg/qbittorrent:latest
|
||||
|
||||
#########################################
|
||||
#### Our LTS images
|
||||
#########################################
|
||||
|
||||
- name: Jira 7.13.11
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/jira:7.13.11 atlassian/jira/7.13.11
|
||||
- docker push epicmorg/jira:7.13.11
|
||||
|
||||
- name: Confluence 6.13.4
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/confluence:6.13.4 atlassian/confluence/6.13.4
|
||||
- docker push epicmorg/confluence:6.13.4
|
||||
|
||||
|
||||
#########################################
|
||||
#### Our Bitbucket images
|
||||
#########################################
|
||||
@ -380,6 +364,12 @@ matrix:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/confluence:6.13.3 atlassian/confluence/6.13.3
|
||||
- docker push epicmorg/confluence:6.13.3
|
||||
|
||||
- name: Confluence 6.13.4
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/confluence:6.13.4 atlassian/confluence/6.13.4
|
||||
- docker push epicmorg/confluence:6.13.4
|
||||
|
||||
- name: Confluence 6.14.0
|
||||
script:
|
||||
@ -944,6 +934,12 @@ matrix:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/jira:7.13.9 atlassian/jira/7.13.9
|
||||
- docker push epicmorg/jira:7.13.9
|
||||
|
||||
- name: Jira 7.13.11
|
||||
script:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
- docker build --compress -t epicmorg/jira:7.13.11 atlassian/jira/7.13.11
|
||||
- docker push epicmorg/jira:7.13.11
|
||||
|
||||
- name: Jira 8.0.0
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user