There was an error while loading. Please reload this page.
1 parent c191d20 commit 27a77d0Copy full SHA for 27a77d0
.travis.yml
@@ -4,4 +4,8 @@ script:
4
- docker build -t wtanaka/ubuntu-1604-oracle-java-8-zookeeper .
5
- docker run wtanaka/ubuntu-1604-oracle-java-8-zookeeper bash -c "which /usr/lib/zookeeper/bin/cli_mt"
6
after_success:
7
-- curl https://registry.hub.docker.com/u/wtanaka/ubuntu-1604-oracle-java-8-zookeeper/trigger/d054346a-cdc3-4ddc-909f-580349b36c3c/
+- >
8
+ curl -H "Content-Type: application/json"
9
+ --data '{"source_type": "Branch", "source_name": "master"}'
10
+ -X POST
11
+ https://registry.hub.docker.com/u/wtanaka/ubuntu-1604-oracle-java-8-zookeeper/trigger/d054346a-cdc3-4ddc-909f-580349b36c3c/
0 commit comments