This commit is contained in:
2021-03-22 16:54:31 +01:00
parent 626e83d010
commit 61ddf2e5d0
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