Skip to content

Commit 5c3b407

Browse files
committed
Unpack vendor archive in the correct directory
1 parent 8de30ce commit 5c3b407

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

provision-contest/ansible/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VENDOR=
2929
else
3030
VENDOR=roles/domjudge_checkout/files/webapp/vendor
3131
$(VENDOR): $(VENDORTGZ)
32-
-cd roles/domjudge_checkout/files/webapp && tar xzf ../$(notdir $<)
32+
-mkdir -p roles/domjudge_checkout/files/webapp && cd roles/domjudge_checkout/files/webapp && tar xzf ../$(notdir $<)
3333
endif
3434

3535
ROLES=domserver judgehost admin grafana cds presclient presadmin scoreboard mgmt autoanalyst
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/lib
22
/lib-vendor.tgz
33
/vendor.tgz
4+
/webapp

0 commit comments

Comments
 (0)