File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Build
2+
3+ on : [push]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - uses : actions/checkout@v2
10+ - name : Download Turbo Bob
11+ run : curl --fail --location --output bob https://dl.bintray.com/function61/dl/turbobob/20200220_1142_9c1ea959/bob_linux-amd64 && chmod +x bob
12+ - name : Build with Turbo Bob
13+ run : CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
14+ # unfortunately there doesn't seem to be a way to "expose all secrets", so you must
15+ # list here each secret to pass on to the build
16+ env :
17+ BINTRAY_CREDS : ${{ secrets.BINTRAY_CREDS }}
18+ DOCKER_CREDS : ${{ secrets.DOCKER_CREDS }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- [ ![ Build Status ] ( https://img.shields.io/travis/ function61/ubackup.svg?style=for-the-badge )] ( https://travis-ci.org/function61/ubackup )
1+ ![ Build status ] ( https://github.com/ function61/ubackup/workflows/Build/badge.svg )
22[ ![ Download] ( https://img.shields.io/bintray/v/function61/dl/ubackup.svg?style=for-the-badge&label=Download )] ( https://bintray.com/function61/dl/ubackup/_latestVersion#files )
33[ ![ Download] ( https://img.shields.io/docker/pulls/fn61/ubackup.svg?style=for-the-badge )] ( https://hub.docker.com/r/fn61/ubackup/ )
44
You can’t perform that action at this time.
0 commit comments