Skip to content

Commit

Permalink
fix: set sc-machine latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MksmOrlov committed Jan 30, 2024
1 parent 14855f4 commit 95a0caa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/set_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export CONFIG_PATH="${CONFIG_PATH:-${PLATFORM_PATH}/ostis-web-platform.ini}"
export REPO_PATH="${REPO_PATH:-${PLATFORM_PATH}/repo.path}"

export SC_MACHINE_REPO="${SC_MACHINE_REPO:-https://github.com/ostis-ai/sc-machine.git}"
export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-0.9.0-Unlock}"
export SC_MACHINE_COMMIT="${SC_MACHINE_COMMIT:-""}"
export SC_MACHINE_BRANCH="${SC_MACHINE_BRANCH:-main}"
export SC_MACHINE_COMMIT="${SC_MACHINE_COMMIT:-"b31f0bcb2fb07d9c4e1551b1eafc329f9f1384a5"}"
export SC_MACHINE_PATH="${SC_MACHINE_PATH:-${PLATFORM_PATH}/sc-machine}"

export SC_WEB_REPO="${SC_WEB_REPO:-https://github.com/ostis-ai/sc-web.git}"
Expand Down

0 comments on commit 95a0caa

Please sign in to comment.