From 207dc13cc00e9134bd022490f6175b0b6363a66d Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 25 Mar 2020 16:39:11 +0100 Subject: [PATCH] Update git submodules * Update docs/submodules/integration.git from branch 'master' to 9148cc289f479dd535844c819bdabcf80718305b - Add 'build' target for 'sslendpoints' project To follow a common protocol of testing Golang based applications in CI we need a 'build' target for doing a local (non-docker) build to verify 'go build' routine. It's however not added to "all" target as that one already references docker based build by default. Change-Id: I2e380ef09a1ae18456d7288f853d085617149338 Issue-ID: SECCOM-261 Signed-off-by: Bartek Grzybowski --- docs/submodules/integration.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git index ef0371c50..9148cc289 160000 --- a/docs/submodules/integration.git +++ b/docs/submodules/integration.git @@ -1 +1 @@ -Subproject commit ef0371c50a1d1006f580f0392eeb42ce54f82446 +Subproject commit 9148cc289f479dd535844c819bdabcf80718305b -- 2.16.6