mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
specify m2 directory explicitly
This commit is contained in:
parent
a2afccad26
commit
66a602038b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /tmp/$1
|
||||
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -M code.code < stdin.stdin
|
||||
timeout -s KILL 10 xargs -a args.args -d '\n' clojure -Sdeps '{:mvn/local-repo "/opt/.m2/repository"}' -M code.code < stdin.stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue