This commit is contained in:
2021-03-22 16:54:31 +01:00
parent 2ee7f650db
commit 0aca310a5e
5 changed files with 294 additions and 0 deletions

5
scripts/init.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
files=`find .drone.yml api src -type f -name "config*" -or -name "*drone*"`
grep -E "__.*__" $files | grep -v TIMESTAMP