Fix incorrect path in script 54/1054/1
authorEby, Robert (re2429) <re2429@att.com>
Tue, 25 Jun 2019 20:33:10 +0000 (16:33 -0400)
committerEby, Robert (re2429) <re2429@att.com>
Tue, 25 Jun 2019 20:33:10 +0000 (16:33 -0400)
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
Change-Id: Icafc24b74fc86bc275f1490262b753962e323478

build-container.sh

index 63e1534..6585194 100755 (executable)
@@ -27,7 +27,7 @@ then
     DOCKER_REPO='nexus3.akraino.org:10004'
 fi
 
     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}
 ./build.sh
 docker tag remote-installer:latest ${DOCKER_REPO}/akraino/remote-installer:latest
 docker tag remote-installer:latest ${DOCKER_REPO}/akraino/remote-installer:${VERSION}