Skip to content

Commit

Permalink
Use nightly as default version in "ci/build_maven_with_docker.sh".
Browse files Browse the repository at this point in the history
LITERT_OSS_REV_ID: 707988151
  • Loading branch information
junjiang-lab authored and copybara-github committed Dec 19, 2024
1 parent 6cdf9db commit fd9e8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_maven_with_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -d /root_dir ]; then
docker run -v ${SCRIPT_DIR}/../third_party/tensorflow:/third_party_tensorflow \
-v ${ROOT_DIR}:/root_dir \
-v ${SCRIPT_DIR}:/script_dir \
-e RELEASE_VERSION=1.0.1 \
-e RELEASE_VERSION="${RELEASE_VERSION:-0.0.0-nightly-SNAPSHOT}" \
--entrypoint /script_dir/build_maven_with_docker.sh tflite-builder

echo "Output can be found here:"
Expand Down

0 comments on commit fd9e8f4

Please sign in to comment.