Feat(domserver): docker compose testing #1

Merged
ytshih merged 16 commits from ytshih/testing into main 2025-04-07 20:44:26 +08:00
Showing only changes of commit 2d713a24d4 - Show all commits

View File

@@ -9,5 +9,5 @@
- name: Extract domjudge tarball
ansible.builtin.unarchive:
src: "{{ downloaded_tarball.dest }}"
dest: "{{ (downloaded_tarball.dest | basename).split('.') | first }}"
dest: "{{ domjudge_base_dir }}"
remote_src: true