forked from dessant/buster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (24 loc) · 1.46 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
jobs:
fast_finish: true
include:
- stage: build
install: docker build --tag ci .ci
script: docker run --init --rm -e TRAVIS_TAG --mount type=bind,source="${PWD}",target=/app ci
os: linux
dist: xenial
language: generic
services:
- docker
before_deploy: sha256sum artifacts/*/*
deploy:
provider: releases
api_key:
secure: "uGqy0esvA+f7WZbvkqvDiqXkSMx4c+FDp7LPx3kFlQYnF8pnZjWEqtWXZ3q5c0DuGUtCXqKlDELgmuwa+pBLz5lR4Aiz8N9BC2Pkr81U4X3eBC0dJ9tmB4OaOCFe75hY0WjndFOMZPfuBXCv5rJtc6iD+mXN1I3aGnMklp+k07QEk8XXwhBHBDaG7IbEca0bkmr76/eg3AcBH0J9BSmPYdDjuYOamdiphg55yfIRyYyyCSkyNme8dnnEx2yfj6+ptML5PW4m+x1YY8VKUT0tFZvsvL9vKAnLykA/6sEj0uy2LHi0/QDdIByxYgb7vc8bct3tq01r5/fQ20FLlzbqCjSKNY0sTgEIV1AE1mnUqLpTGgyM2aSvGFHpMvrZr7XUoa1pm2zHUE7CXGobLungHUX6i6xPcR3H/J0zwIsUuIMhORzaBYAxikx1u4qnWVFk6sdedsXC4D1e2aArPuRcxQtTHudQAcCw1CI2fH2U55cEtiUexuKtV+AtoyijXCoQl0BclpIBSqaIPGn1MoBXkEg8G0cazsSX2LOAtcQoSd6unhZPZMgLPGs7DFbr5UO3mECr8N5VCrA6EK5ARXMtbHp12NB1CAMm7VEHMtmjuqsFwnTsnMk+tTbYUnrteYyqpGyeyb6xViD0aNVOHybKV2I82SNNfEQcprO9gkgKIGM="
draft: true
file: artifacts/*/*
file_glob: true
overwrite: true
skip_cleanup: true
body: "Download and install the extension from the [extension store](https://github.com/dessant/buster#readme) of your browser.<br>Learn more about this release from the [changelog](https://github.com/dessant/buster/blob/master/CHANGELOG.md#changelog).<br><br>The assets listed below are not for general use."
on:
tags: true