From 6534bb6fb31715c5a636b8a7a1285c1f7c5d0cbb Mon Sep 17 00:00:00 2001 From: Stefan Dinescu Date: Fri, 13 Sep 2019 14:22:24 +0000 Subject: [PATCH] Change path to clients repo The packaging script for remote clients was still referencing the old path to the clients. Chaning the path to reflect the new location Change-Id: I309279d58c82436839bf5b7b31d4d2ee61a97104 Closes-bug: 1843897 Signed-off-by: Stefan Dinescu --- build-tools/build-remote-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build-remote-cli.sh b/build-tools/build-remote-cli.sh index 719b86ba..d7c25b7d 100755 --- a/build-tools/build-remote-cli.sh +++ b/build-tools/build-remote-cli.sh @@ -19,7 +19,7 @@ IMAGE_TAG="master-centos-stable-latest" OUTPUT_FILE="stx-remote-cli" VERSION="1.0" -CLIENTS_REPO="${MY_REPO}/stx/stx-clients" +CLIENTS_REPO="${MY_REPO}/stx/clients" REMOTE_CLI_FOLDER="remote_cli" BUILD_OUTPUT_PATH="${MY_WORKSPACE}/std/build-remote-cli" TAG_FILE="docker_image_version.sh"