Skip to content

Commit

Permalink
fix swagger gen
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 20, 2024
1 parent 86f8c2b commit 9f6979d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:
if: needs.release-guard.outputs.EXECUTE_RELEASE == 'true'

steps:
- name: change permissions
run: sudo find ../ -type d -exec chmod 777 {} +

- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to fetch version
Expand Down
2 changes: 0 additions & 2 deletions scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ for proto_dir in $proto_dirs; do
done

cd ..
touch test.txt
ls -l


# move proto files to the right places
Expand Down

0 comments on commit 9f6979d

Please sign in to comment.