mirror of
https://github.com/dessant/buster.git
synced 2024-11-13 19:10:34 +00:00
27 lines
1.5 KiB
YAML
27 lines
1.5 KiB
YAML
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
|