Sample update

This commit is contained in:
Valentin Popov 2017-11-14 04:25:00 +04:00
parent 11f1641921
commit 26abe9728d

View File

@ -17,13 +17,11 @@ env:
- "IMAGE=./build/1.5"
- "IMAGE=./build/1.4"
script:
- docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
jobs:
include:
- stage: test
script: docker build --tag "${TRAVIS_REPO_SLUG}" "${IMAGE}"
- stage: deploy
deploy:
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}/'"