Skip to content

Commit

Permalink
DG-25844. Add ACSF openAPI regen script. Note: branch is pineed to 2.…
Browse files Browse the repository at this point in the history
…139, because the generator is broken in 2.140 (#906)

Co-authored-by: Alan Evans <[email protected]>
  • Loading branch information
alanevans and Alan Evans authored Apr 14, 2022
1 parent 7c138f3 commit 222adc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@
"cp cx-api-spec/dist/spec/acquia-spec.yaml assets/",
"rm -rf cx-api-spec"
],
"update-acsf-api-spec": [
"rm -rf gardener",
"git clone --single-branch -b 2.139-RC-1 --depth 1 [email protected]:acquia/gardener.git",
"composer install --working-dir=gardener",
"php gardener/tools/openapi_spec_gen.php gen > assets/acsf-spec.yaml",
"rm -rf gardener"
],
"box-install": [
"curl -f -L https://github.com/box-project/box/releases/download/3.15.0/box.phar -o build/box.phar"
],
Expand Down

0 comments on commit 222adc8

Please sign in to comment.