Skip to content

Commit 72c8273

Browse files
committed
RAML is now regenerated during build
Signed-off-by: Bill Robinson <[email protected]>
1 parent 3a4dab7 commit 72c8273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ modelgen:
99
build: modelgen
1010
bash generate.sh
1111
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

Comments
 (0)