Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf authored Jun 6, 2024
1 parent 8599e4c commit 5dd3221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- 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
go run .
cd scripts/cfgschema
go mod tidy
- name: Download settings from contrib
run: go run .
- name: Download metrics from contrib
run: |
./scripts/import_metric_metadata.sh
Expand Down

0 comments on commit 5dd3221

Please sign in to comment.