From: Eby, Robert (re2429) <re2429@att.com>
Date: Tue, 25 Jun 2019 20:33:10 +0000 (-0400)
Subject: Fix incorrect path in script
X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=46af78e04890d873c2523a10e856f1ec8fbd33d1;p=ta%2Fremote-installer.git

Fix incorrect path in script

Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Change-Id: Icafc24b74fc86bc275f1490262b753962e323478
---

diff --git a/build-container.sh b/build-container.sh
index 63e1534..6585194 100755
--- a/build-container.sh
+++ b/build-container.sh
@@ -27,7 +27,7 @@ then
     DOCKER_REPO='nexus3.akraino.org:10004'
 fi
 
-cd remote-installer/scripts/
+cd scripts/
 ./build.sh
 docker tag remote-installer:latest ${DOCKER_REPO}/akraino/remote-installer:latest
 docker tag remote-installer:latest ${DOCKER_REPO}/akraino/remote-installer:${VERSION}