Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf committed Jun 6, 2024
1 parent b52f84f commit 4d39235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: curl -L https://raw.githubusercontent.com/signalfx/splunk-otel-collector/main/go.mod -o scripts/cfgschema/go.mod
- name: Download go.sum
run: curl -L https://raw.githubusercontent.com/signalfx/splunk-otel-collector/main/go.sum -o scripts/cfgschema/go.sum
- name: Clean up go.mod
run: sed -i '' '/replace (/,/)/d' scripts/cfgschema/go.mod
- name: Download settings from contrib
run: |
cd scripts/cfgschema
Expand Down

0 comments on commit 4d39235

Please sign in to comment.