Skip to content

Commit

Permalink
fix auto release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 3, 2024
1 parent 9ae01f3 commit aa4d791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ osc-generate: osc-api/outscale.yaml
osc-api/outscale.yaml:
@echo getting osc-api description...
git clone https://github.com/outscale/osc-api-deploy.git
git clone https://github.com/outscale/osc-api.git && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION)
git clone https://github.com/outscale/osc-api-deploy.git osc-api && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION)
./osc-api-deploy/hacks/patch-nooneof.rb osc-api/outscale.yaml > osc-api/outscale-tmp.yaml
mv osc-api/outscale-tmp.yaml osc-api/outscale.yaml

Expand Down

0 comments on commit aa4d791

Please sign in to comment.