Sha256: 19f9df4cec464c4bef664dc3b1c68f81304e55107f1aa56382b07b7a6abe104c
Contents?: true
Size: 594 Bytes
Versions: 2
Compression:
Stored size: 594 Bytes
Contents
#!/bin/bash set -e PAYLOAD='{ "request": { "branch": "master" }}' curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ -H "Authorization: token $TRAVIS_TOKEN" \ -d "$PAYLOAD" \ https://api.travis-ci.org/repo/id-sk%2Fidsk_frontend_toolkit_gem/requests curl -s -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Travis-API-Version: 3" \ -H "Authorization: token $TRAVIS_TOKEN" \ -d "$PAYLOAD" \ https://api.travis-ci.org/repo/id-sk%2Fidsk_frontend_toolkit_npm/requests
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
idsk_frontend_toolkit-8.4.4 | app/assets/trigger.sh |
idsk_frontend_toolkit-7.4.3 | app/assets/trigger.sh |