Skip to content

Commit

Permalink
scripts: set metasystem vars in the beginning of install
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Mar 5, 2024
1 parent d050920 commit b9a6239
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 48 deletions.
9 changes: 0 additions & 9 deletions scripts/build_problem_solver.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/build_sc_web.sh

This file was deleted.

6 changes: 4 additions & 2 deletions scripts/install_metasystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ set -eo pipefail
CURRENT_DIR=$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)
source "${CURRENT_DIR}/formats.sh"

stage "Install OSTIS Platform"

METASYSTEM_PATH="${CURRENT_DIR}/.."
cd "${METASYSTEM_PATH}" && git submodule update --init --recursive

source "${CURRENT_DIR}/set_vars.sh"

stage "Install OSTIS Platform"

"${PLATFORM_PATH}/scripts/install_submodules.sh"
"${PLATFORM_PATH}/scripts/install_dependencies.sh"
"${PLATFORM_PATH}/scripts/build_platform.sh"
Expand Down
4 changes: 0 additions & 4 deletions scripts/install_py_sc_server_deps.sh

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/run_py_sc_server.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/run_sc_server.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/run_sc_web.sh

This file was deleted.

0 comments on commit b9a6239

Please sign in to comment.