From 8cf664bd3d96e142b65dab1351e63c2958ff0f1d Mon Sep 17 00:00:00 2001 From: Lucas Terriel <44713216+Lucaterre@users.noreply.github.com> Date: Tue, 12 Mar 2024 11:00:13 +0100 Subject: [PATCH] Update dots-CI.yml --- .github/workflows/dots-CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dots-CI.yml b/.github/workflows/dots-CI.yml index 71f4858..66a7c6b 100644 --- a/.github/workflows/dots-CI.yml +++ b/.github/workflows/dots-CI.yml @@ -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