Skip to content

Commit

Permalink
Try reorder readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keenangraham committed Aug 26, 2024
1 parent 1eb680e commit fa593ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clientbuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
cd igvf-python-client
git checkout -b update-$OPENAPI_VERSION
openapi-generator-cli generate -i ../openapi_spec.json -g python -t ./templates --additional-properties useOneOfDiscriminatorLookup=true,autosetConstants=true,packageName=igvf_client,packageVersion="$OPENAPI_VERSION" --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=Igvf --parameter-name-mappings field=include_fields --git-user-id="IGVF-DACC" --git-repo-id="igvf-python-client"
python ../scripts/reorder_readme.py
cp ../openapi_spec.json .
git add .
git commit -m "update-version-$OPENAPI_VERSION"
Expand All @@ -84,6 +85,7 @@ jobs:
cd igvf-async-python-client
git checkout -b update-$OPENAPI_VERSION
openapi-generator-cli generate -i ../openapi_spec.json -g python -t ./templates --additional-properties library=asyncio,useOneOfDiscriminatorLookup=true,autosetConstants=true,packageName=igvf_async_client,packageVersion="$OPENAPI_VERSION" --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=AsyncIgvf --parameter-name-mappings field=include_fields --git-user-id="IGVF-DACC" --git-repo-id="igvf-async-python-client"
python ../scripts/reorder_readme.py
cp ../openapi_spec.json .
git add .
git commit -m "update-version-$OPENAPI_VERSION"
Expand All @@ -104,6 +106,7 @@ jobs:
cd igvf-r-client
git checkout -b update-$OPENAPI_VERSION
openapi-generator-cli generate -i ../openapi_spec.json -g r -t ./templates --additional-properties useOneOfDiscriminatorLookup=true,autosetConstants=true,packageName=igvfclient,packageVersion="$OPENAPI_VERSION" --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=Igvf --parameter-name-mappings field=include_fields --git-host="github.com" --git-user-id="IGVF-DACC" --git-repo-id="igvf-r-client"
python ../scripts/reorder_readme.py
cp ../openapi_spec.json .
git add .
git commit -m "update-version-$OPENAPI_VERSION"
Expand Down

0 comments on commit fa593ea

Please sign in to comment.