Skip to content

Commit

Permalink
Fixed CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Dec 13, 2024
1 parent 99b72f1 commit 14abb18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dashboard_debug_detailed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
- name: Download dependencies
run: go get -v ./...

- name: Build hive
run: go build -v -o hive hive.go

- name: Patch Hive Dockerfile
run: |
tag=${{ github.event.inputs.tag }}
Expand Down

0 comments on commit 14abb18

Please sign in to comment.