From 8b044d552361b0093c80f5d289ef43f5f2f3555f Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Tue, 23 Mar 2021 13:08:52 +1100 Subject: [PATCH] allow benthos to run without linting --- README.md | 7 +++++++ cmd/benthos/run_benthos_align_data.sh | 2 +- cmd/benthos/run_benthos_align_maps.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b571e9..0377149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # otf-align Web-Service to determine alignment of an assessment result to NLPs +# build + +``` +cd cmd +go build +``` + # usage otf-align is a web service that accepts simple requests for alignment of assessment data to the National Learning Progressions. diff --git a/cmd/benthos/run_benthos_align_data.sh b/cmd/benthos/run_benthos_align_data.sh index 17b2ece..27fdc40 100755 --- a/cmd/benthos/run_benthos_align_data.sh +++ b/cmd/benthos/run_benthos_align_data.sh @@ -3,4 +3,4 @@ benthos lint alignData.yaml -clear && benthos -c alignData.yaml +clear && benthos --chilled -c alignData.yaml diff --git a/cmd/benthos/run_benthos_align_maps.sh b/cmd/benthos/run_benthos_align_maps.sh index cbafa9c..929a330 100755 --- a/cmd/benthos/run_benthos_align_maps.sh +++ b/cmd/benthos/run_benthos_align_maps.sh @@ -8,4 +8,4 @@ curl -s -X POST http://localhost:1323/admin/newdemocontext -d userName=nsipOtf # now run the workflow # benthos lint alignMaps.yaml -clear && benthos -c alignMaps.yaml +clear && benthos --chilled -c alignMaps.yaml