Skip to content

Commit

Permalink
refactor: Rewrite webdav to improve code quality (#4280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Feb 28, 2024
1 parent b788b14 commit b849034
Show file tree
Hide file tree
Showing 6 changed files with 946 additions and 928 deletions.
5 changes: 1 addition & 4 deletions .github/services/webdav/jfrog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ runs:
- name: Setup webdav in jfrog
shell: bash
working-directory: fixtures/webdav
run: |
# Can we remove this?
# touch artifactory/etc/system.yaml
docker compose -f docker-compose-webdav-jfrog.yml up -d --wait
run: docker compose -f docker-compose-webdav-jfrog.yml up -d --wait

- name: Setup
shell: bash
Expand Down
Loading

0 comments on commit b849034

Please sign in to comment.