Skip to content

Commit

Permalink
Path fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
IfSentient committed Jun 5, 2024
1 parent 7515d9a commit 5c04375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
grafana-app-sdk generate --kindgrouping=kind --gogenpath=pkg/gen1 --tsgenpath=ts/gen1
mkdir -p cmp/go1 && cp -R ../codegen/testing/golden_generated/go/groupbykind/* cmp/go1
find ./cmp/go1 -iname '*.txt' -exec bash -c 'mv -- "$1" "${1%.txt}"' bash {} \;
diff pkg/generated/resource/customkind cmp/customkind > diff.txt
diff pkg/gen1/resource/customkind cmp/go1/customkind > diff.txt
echo "'grafana-app-sdk generate --kindgrouping=kind' golang output diff from golden:"
cat diff.txt
sed -i '/^Common subdirectories/d' diff.txt
Expand Down

0 comments on commit 5c04375

Please sign in to comment.