Sample update
This commit is contained in:
parent
11f1641921
commit
26abe9728d
@ -17,13 +17,11 @@ env:
|
|||||||
- "IMAGE=./build/1.5"
|
- "IMAGE=./build/1.5"
|
||||||
- "IMAGE=./build/1.4"
|
- "IMAGE=./build/1.4"
|
||||||
|
|
||||||
script:
|
|
||||||
- docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- stage: test
|
||||||
|
script: docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script:
|
script: "curl -H 'Content-Type: application/json' --data '{\"build\":true}' -X POST 'https://registry.hub.docker.com/u/valentineus/meteor/trigger/${TOKEN}/'"
|
||||||
- "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