Skip to content

Commit 56bd492

Browse files
committed
update makefile 2
Signed-off-by: matthias.gatto <matthias.gatto@outscale.com>
1 parent 6a3fbd6 commit 56bd492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ osc-api/outscale.yaml:
4545
@echo getting osc-api description...
4646
git clone https://github.com/outscale/osc-api-deploy.git
4747
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
48+
./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
4950

5051
.PHONY: clean
5152
clean:

0 commit comments

Comments
 (0)