Skip to content

Commit

Permalink
[infra] Use one-version (Samsung#10854)
Browse files Browse the repository at this point in the history
This commit revisits docker_build_nncc script to use one-version.

ONE-DCO-1.0-Signed-off-by: seongwoo <[email protected]>
  • Loading branch information
mhs4670go authored Jun 1, 2023
1 parent bb852db commit 4e06410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/docker_build_nncc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ tar -zcf ${ARCHIVE_PATH}/nncc-test-package.tar.gz -C ${NNCC_INSTALL_PREFIX} ./te

if [ -z ${RELEASE_VERSION} ] || [ ${RELEASE_VERSION} == "nightly" ]; then
./nncc docker-run /bin/bash -c \
'dch -v $($(pwd)/tools/release_tool/onert_version.sh)~$(date "+%y%m%d%H") "nightly release" -D $(lsb_release --short --codename)'
'dch -v $(${PWD}/${NNCC_INSTALL_PREFIX}/bin/one-version)~$(date "+%y%m%d%H") "nightly release" -D $(lsb_release --short --codename)'
./nncc docker-run dch -r ''
fi

Expand Down

0 comments on commit 4e06410

Please sign in to comment.