Skip to content

Commit

Permalink
Update dots-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre authored Mar 11, 2024
1 parent e2328dc commit 71b53a5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,7 @@ jobs:

- name: Download and Install BaseX
run: |
cd ..
wget https://files.basex.org/releases/10.7/BaseX107.zip
unzip BaseX107.zip
rm -r BaseX107.zip
cd ./basex/
chmod +x bin/basex
mv ../dots/ ./webapp/
cd ./webapp
ls -l
cd .. && wget https://files.basex.org/releases/10.7/BaseX107.zip && unzip BaseX107.zip && rm -r BaseX107.zip && cd ./basex/ && chmod +x bin/basex && mv ../dots/ ./webapp/ && cd ./webapp && ls -l

0 comments on commit 71b53a5

Please sign in to comment.