mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
6 lines
183 B
Bash
Executable File
6 lines
183 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
curl -X POST \
|
|
-d "build=true&source_type=Branch&source_name=master" \
|
|
https://registry.hub.docker.com/u/opensnp/rails/trigger/$DOCKERHUB_TRIGGER_TOKEN/
|