Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
use osc-api-deploy
  • Loading branch information
outscale-mgo authored Jun 19, 2023
1 parent 07a610f commit 05ffd6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ osc-generate: osc-api/outscale.yaml

osc-api/outscale.yaml:
@echo getting osc-api description...
git clone https://github.com/outscale/osc-api.git && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION)
cd osc-api && git apply ../.osc-api-patches/outscale-yaml.patch
git clone https://github.com/outscale/osc-api-deploy.git && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION)

.PHONY: clean
clean:
Expand Down

0 comments on commit 05ffd6a

Please sign in to comment.