Skip to content
Snippets Groups Projects
Commit ca3b6e60 authored by Roman Dvořák's avatar Roman Dvořák
Browse files

fix utilities.sh downloading correct branhces

parent 0d4788d9
No related branches found
No related tags found
No related merge requests found
[submodule "backend-submodule"] [submodule "backend-submodule"]
path = backend path = backend
url = ../backend url = ../backend
branch = main
[submodule "frontend"] [submodule "frontend"]
path = frontend path = frontend
url = ../frontend url = ../frontend
branch = master
#!/usr/bin/env bash #!/usr/bin/env bash
git submodule init git submodule init
git submodule foreach git pull origin main git submodule update --remote
mkdir -p docs/tech mkdir -p docs/tech
cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md cp ./backend/definitions/README.md ./docs/tech/architecture/definitions.md
cp ./backend/CHANGELOG.md ./docs/tech/CHANGELOG.md cp ./backend/CHANGELOG.md ./docs/tech/CHANGELOG.md
cp ./backend/README.md ./docs/tech/installation/back-README.md cp ./backend/INSTALATION.md ./docs/tech/installation/back-README.md
cp ./frontend/README.md ./docs/tech/installation/front-README.md cp ./frontend/README.md ./docs/tech/installation/front-README.md
cp ./backend/openapi.yml ./docs/tech/api/openapi.yml cp ./backend/openapi.yml ./docs/tech/api/openapi.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment