Add files
This commit is contained in:
parent
3c593ca316
commit
6a576131f8
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make plugins-reset
|
||||
find . -name '__pycache__' -type d | xargs rm -rf
|
||||
|
3
install/post_build.sh
Normal file
3
install/post_build.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sh run_tests.sh
|
@ -14,7 +14,7 @@ relationships:
|
||||
|
||||
sources:
|
||||
- git: https://gitlab.com/beardog/onionr.git
|
||||
branch: master
|
||||
branch: easy-releases
|
||||
|
||||
dependencies:
|
||||
- deb: git
|
||||
|
Loading…
Reference in New Issue
Block a user