Skip to content

httpcommand: when fails, add command key to error message #28

httpcommand: when fails, add command key to error message

httpcommand: when fails, add command key to error message #28

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-linux-amd64 && chmod +x bob
CI_REVISION_ID="$GITHUB_SHA" ./bob build --publish-artefacts