| author | |
| committer | |
| log | e81fda982372061fca56c7e43d1df1653446d2a8 |
| tree | 9970117c57189fee17deee2595190f05b71314fc |
| parent | 7e2fae10c9ce320d7a407856cbb935f9a95c5443 |
1 files changed, 10 insertions(+), 0 deletions(-)
ci/srht/on_master_success+10| ... | ... | @@ -15,6 +15,16 @@ VERSION="$1" |
| 15 | 15 | OAUTH_TOKEN="$2" |
| 16 | 16 | YML_FILE="tmp.yml" |
| 17 | 17 | |
| 18 | if [[ -z "$VERSION" ]]; then | |
| 19 | echo "missing VERSION parameter" | |
| 20 | exit 1 | |
| 21 | fi | |
| 22 | ||
| 23 | if [[ -z "$OAUTH_TOKEN" ]]; then | |
| 24 | echo "missing OAUTH_TOKEN parameter" | |
| 25 | exit 1 | |
| 26 | fi | |
| 27 | ||
| 18 | 28 | cat <<EOF >"$YML_FILE" |
| 19 | 29 | image: alpine/latest |
| 20 | 30 | packages: |