mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
6 lines
240 B
Bash
6 lines
240 B
Bash
#!/bin/bash
|
|
|
|
# Is executed on the build machine to build the linux executable
|
|
sudo rm -rf /home/build/.m2/repository/org/nzbhydra*
|
|
docker run -v ~/nzbhydra2/:/nzbhydra2:rw -v ~/.m2/repository:/root/.m2/repository:rw --rm hydrabuild:latest
|