Skip to content

Commit 7fdc784

Browse files
authored
Merge pull request #56 from CoryMartinRPS/hubpush
Dockerhub deploying updated
2 parents 770f29e + e791690 commit 7fdc784

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ dist: xenial
33
language: python
44
python:
55
- "3.6"
6-
branches:
7-
only:
8-
- test
9-
- master
106
jobs:
117
include:
128
- stage: docker
139
script: docker build . -t glider-dac-status
1410
deploy:
15-
provider: script
16-
script: bash "$TRAVIS_BUILD_DIR/scripts/docker_push.sh"
17-
on:
18-
repo: ioos/glider-dac-status
19-
branch: master
20-
tags: true
11+
- provider: script
12+
script: bash "$TRAVIS_BUILD_DIR/scripts/docker_push.sh"
13+
on:
14+
repo: ioos/glider-dac-status
15+
branch: master
16+
- provider: script
17+
script: bash "$TRAVIS_BUILD_DIR/scripts/docker_push.sh"
18+
on:
19+
repo: ioos/glider-dac-status
20+
tags: true
2121
- stage: test
2222
install: cp tests/Dockerfile ./Dockerfile
2323
script: docker build . -t test

0 commit comments

Comments
 (0)