Skip to content

Commit

Permalink
.github: Fix CB-Spider build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Sep 13, 2024
1 parent ee0f75e commit ff5baf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cb-spider_azure_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
- name: Build
env:
IMAGE_NAME: cb-spider_azure_monitoring
run: cd go/cb-spider && docker build . --file Dockerfile --tag $IMAGE_NAME
run: cd go && make && cd cb-spider && docker build . --file Dockerfile --tag $IMAGE_NAME

0 comments on commit ff5baf5

Please sign in to comment.