hasadna / hasadna/reportit-scripts

Add 'publish' action in script builder

Open
#15 1 comment 0 reactions 1 assignee Claimed by @akariv View on GitHub
Dominant language
Python
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

We want to separate 'save' and 'publish'.

The way to publish is to trigger a build of the latest master in the hasadna/reportit-scripts repo on travis CI.

https://docs.travis-ci.com/user/triggering-builds/

In short, you need to make a POST request to
`https://api.travis-ci.org/repo/hasadna%2Freportit-scripts/requests`
With the following headers:
- `Travis-API-Version: 3`
- `Authorization: token `

And the following body:
```
{
"request": {
"branch":"master"
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.