Fix gbs build script (#4731)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 14 Mar 2019 07:01:20 +0000 (16:01 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 14 Mar 2019 07:01:20 +0000 (16:01 +0900)
Use nnfw command instead of run (removed)

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
scripts/standalone/docker_build_tizen_gbs.sh

index 36ef1a6..7dac454 100755 (executable)
@@ -19,6 +19,6 @@ pushd $ROOT_PATH > /dev/null
 CMD="gbs -c $ROOT_PATH/scripts/config/gbs.conf build \
          -A armv7l --profile=profile.tizen --clean --include-all --define '$GBS_DEFINE' && \
      cp -rf /home/GBS-ROOT/local/repos/tizen/armv7l/RPMS/*.rpm /opt/rpm/"
-source run docker-run bash -c "$CMD"
+source nnfw docker-run bash -c "$CMD"
 
 popd > /dev/null