We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3fbd6 commit 56bd492Copy full SHA for 56bd492
Makefile
@@ -45,7 +45,8 @@ osc-api/outscale.yaml:
45
@echo getting osc-api description...
46
git clone https://github.com/outscale/osc-api-deploy.git
47
git clone https://github.com/outscale/osc-api.git && cd osc-api && git checkout -b $(API_VERSION) $(API_VERSION)
48
- ./osc-api-deploy/hacks/patch-nooneof.rb osc-api/outscale.yaml > osc-api/outscale.yaml
+ ./osc-api-deploy/hacks/patch-nooneof.rb osc-api/outscale.yaml > osc-api/outscale-tmp.yaml
49
+ mv osc-api/outscale-tmp.yaml osc-api/outscale.yaml
50
51
.PHONY: clean
52
clean:
0 commit comments