Skip to content

Commit

Permalink
feat: add pallets/repositoryconfig schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AtzeDeVries committed Jan 4, 2024
1 parent 4f197ef commit 4f9d1c5
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ docker docker run -v $(pwd):/src -it python-bats bash
in the container run

```
./fetch-schemas.sh <dest>
./fetch-schemas-api-platform.sh <dest>
```
2 changes: 1 addition & 1 deletion fetch-schemas.sh → fetch-schemas-api-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$1" ] ; then
echo cluster folder as first argument required
echo example ./fetch-schemas.sh api-staging
echo example ./fetch-schemas.sh api-platform
exit 1
fi

Expand Down
Loading

0 comments on commit 4f9d1c5

Please sign in to comment.