Skip to content

Commit

Permalink
Update docinit.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 10, 2024
1 parent 4b57839 commit f6b727e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ repo_name=${INFERENCE_RESULTS_REPO_NAME:-inference_results_${INFERENCE_RESULTS_V
ver_num=$(cat dbversion)
let ver_num++
echo "ver_num=$ver_num" > dbversion
git add dbversion
git commit -m "Updated dbversion"
if [ ! -e docs/javascripts/config.js ]; then
if [ -n "${INFERENCE_RESULTS_VERSION}" ]; then
echo "const results_version=\"${INFERENCE_RESULTS_VERSION}\";" > docs/javascripts/config.js;
Expand Down

0 comments on commit f6b727e

Please sign in to comment.