Skip to content

Commit da36ecc

Browse files
committed
update build boilerplates
1 parent 331687a commit da36ecc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010

1111
- name: Build
1212
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
13+
set -eu
14+
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
1516
env:
1617
DOCKER_CREDS: ${{ secrets.DOCKER_CREDS }}

0 commit comments

Comments
 (0)