Skip to content

Commit

Permalink
Update dots-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Mar 12, 2024
1 parent d8b0563 commit 8cf664b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: CI Init (Download & install BaseX, DoTS folder migration)
run: |
# TODO: move everything in a init.sh script in the future
cd .. && ls -l
cd ..
wget https://files.basex.org/releases/10.7/BaseX107.zip
unzip BaseX107.zip && rm -r BaseX107.zip && ls -l
cd ./basex && ls -l
unzip BaseX107.zip && rm -r BaseX107.zip
cd ./basex
chmod +x ./bin/basex
chmod +x ./bin/basexhttp
cp -r ../dots/ ./webapp/ && cd ./webapp/ && ls -l
cp -r ../dots/ ./webapp/
# init db dots
ls -l ./bin &&
ls -l
./bin/basex ./webapp/dots/scripts/dots_db_init.xq
- name: Start BaseX backend
Expand Down

0 comments on commit 8cf664b

Please sign in to comment.