From: Adam Wudzinski Date: Fri, 24 Apr 2020 13:16:23 +0000 (+0200) Subject: Remove non-existing target from Makefile X-Git-Tag: 1.0.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bba2a7ea69330b5e259ee3ac76bd7938a7b3f05f;p=oom%2Fplatform%2Fcert-service.git Remove non-existing target from Makefile Issue-ID: AAF-1133 Signed-off-by: Adam Wudzinski Change-Id: Ib720d2b6ff31589932b6212d69d5ac2f474e1091 --- diff --git a/Makefile b/Makefile index f94ad9aa..778b94d7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: build start-backend run-client stop-client stop-backend +all: build start-backend run-client stop-backend start-with-client: start-backend run-client .PHONY: build diff --git a/docs/sections/release-notes.rst b/docs/sections/release-notes.rst index fbbf22fc..b73b5b61 100644 --- a/docs/sections/release-notes.rst +++ b/docs/sections/release-notes.rst @@ -18,6 +18,7 @@ The Frankfurt Release is the first release of the Certification Service. **Bug Fixes** - https://jira.onap.org/browse/AAF-1132 + - https://jira.onap.org/browse/AAF-1133 **Known Issues** @@ -63,6 +64,7 @@ The Frankfurt Release is the first release of the Certification Service. **Known Issues** - https://jira.onap.org/browse/AAF-1132 + - https://jira.onap.org/browse/AAF-1133 **Security Notes**