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 <stefan.dinescu@windriver.com>
This commit is contained in:
Stefan Dinescu 2019-09-13 14:22:24 +00:00
parent 3714b2a3d9
commit 6534bb6fb3

View File

@ -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"