Skip to content

Commit

Permalink
set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuoka committed Nov 26, 2024
1 parent 812447d commit 59e49a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:

- name: Build mackerel-agent-plugins
run: |
set -x
cd wix
plugins=( $(./pluginlist.sh) ) || exit 1
for p in "${plugins[@]}"
Expand Down

0 comments on commit 59e49a0

Please sign in to comment.