We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331687a commit da36eccCopy full SHA for da36ecc
turbobob.json renamed to .config/turbobob.json
.github/workflows/build.yml
@@ -10,7 +10,8 @@ jobs:
10
11
- name: Build
12
run: |
13
- curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-linux-amd64 && chmod +x bob
14
- CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts
+ set -eu
+ curl --fail --location --no-progress-meter --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
15
+ ./bob build in-ci-autodetect-settings
16
env:
17
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}
0 commit comments