We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4dab7 commit 72c8273Copy full SHA for 72c8273
Makefile
@@ -9,3 +9,5 @@ modelgen:
9
build: modelgen
10
bash generate.sh
11
go install ./ ./client/
12
+ docker run --rm -u $(shell id -u):$(shell id -g) -v $(PWD):/files -w /files/spec ruby:2.4.0-slim /usr/local/bin/ruby contivModel2raml.rb
13
+ mv spec/netmaster.raml ./spec/contiv/libraries/netmaster.raml
0 commit comments