Skip to content

Commit

Permalink
fix build boilerplate (not in Bintray anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas-fi committed Oct 11, 2022
1 parent bc1ca95 commit 6d5a59c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Download Turbo Bob
run: curl --fail --location --output bob https://dl.bintray.com/function61/dl/turbobob/20200101_1536_caf624e6/bob_linux-amd64 && chmod +x bob
- name: Build with Turbo Bob
run: CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
# unfortunately there doesn't seem to be a way to "expose all secrets", so you must
# list here each secret to pass on to the build
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
./bob build in-ci-autodetect-settings
env:
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}

0 comments on commit 6d5a59c

Please sign in to comment.