Skip to content

Commit

Permalink
👹
Browse files Browse the repository at this point in the history
  • Loading branch information
geigerj0 committed Jul 19, 2024
1 parent 351e0de commit 01dc78a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/bosh-release-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,11 @@ jobs:
make generate-fakes
make generate-openapi-generated-clients-and-servers
make package-specs
cat packages/scalingengine/spec
- name: Check if there is any change
run: |
if [ "$(git status --porcelain | wc -l)" -ne 0 ]; then
git status
git diff
sleep 2
cat packages/golangapiserver/spec
sleep 2
cat packages/metricsforwarder/spec
sleep 2
cat packages/scalingengine/spec
sleep 2
echo "::error::Specs are out of date, run \"make package-specs\" to update"
exit 1
fi
Expand Down

0 comments on commit 01dc78a

Please sign in to comment.