Correcting the list of tasks
This commit is contained in:
parent
26abe9728d
commit
e5a6959a2c
21
.travis.yml
21
.travis.yml
@ -9,19 +9,20 @@ notifications:
|
|||||||
email:
|
email:
|
||||||
- "info@valentineus.link"
|
- "info@valentineus.link"
|
||||||
|
|
||||||
env:
|
|
||||||
- "IMAGE=./default/1.6"
|
|
||||||
- "IMAGE=./default/1.5"
|
|
||||||
- "IMAGE=./default/1.4"
|
|
||||||
- "IMAGE=./build/1.6"
|
|
||||||
- "IMAGE=./build/1.5"
|
|
||||||
- "IMAGE=./build/1.4"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
script: docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
|
env:
|
||||||
|
- "IMAGE=./default/1.6"
|
||||||
|
- "IMAGE=./default/1.5"
|
||||||
|
- "IMAGE=./default/1.4"
|
||||||
|
- "IMAGE=./build/1.6"
|
||||||
|
- "IMAGE=./build/1.5"
|
||||||
|
- "IMAGE=./build/1.4"
|
||||||
|
script:
|
||||||
|
- docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: "curl -H 'Content-Type: application/json' --data '{\"build\":true}' -X POST 'https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/'"
|
script:
|
||||||
|
- "curl -H 'Content-Type: application/json' --data '{\"build\":true}' -X POST 'https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/'"
|
Loading…
x
Reference in New Issue
Block a user