Skip to content

Commit

Permalink
chore: chmod 755 for spring-cloud-generator/scripts (#3183)
Browse files Browse the repository at this point in the history
The downstream check in sdk-platform-java checks out
this repo and tries to run `generate-showcase.sh`,
but it fails due to permission errors. This PR
makes all these scripts executable for any
user.
  • Loading branch information
diegomarquezp committed Aug 31, 2024
1 parent 9439b5c commit 38cfb06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 0 deletions.
Empty file modified spring-cloud-generator/scripts/generate-showcase-utilities.sh
100644 → 100755
Empty file.
Empty file modified spring-cloud-generator/scripts/generate-showcase.sh
100644 → 100755
Empty file.
Empty file modified spring-cloud-generator/scripts/generate-steps.sh
100644 → 100755
Empty file.
Empty file modified spring-cloud-generator/scripts/generate.sh
100644 → 100755
Empty file.

0 comments on commit 38cfb06

Please sign in to comment.