diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..f0b1969 --- /dev/null +++ b/.drone.yml @@ -0,0 +1 @@ +Just for test \ No newline at end of file diff --git a/conf.toml b/conf.toml index 1e2f5b1..90e69a4 100644 --- a/conf.toml +++ b/conf.toml @@ -4,7 +4,7 @@ name = "healthcheck" [stages.executor] name = "sandbox" [stages.executor.with.default] -args = ["./healthcheck", "-root=.", "-whitelist=.*\\.md", "-whitelist=.*\\.json", "-whitelist=.git.*", "-whitelist=.*\\.txt", "-checkFileNameList=.gitignore", "-checkFileSumList=97392a850b161ccf64c1eb108c1c2931f9ce57c8e9bd5b6b1f54d34f82082ddc"] +args = ["./healthcheck", "-root=.", "-whitelist=.*\\.md", "-whitelist=.*\\.json", "-whitelist=.git.*", "-whitelist=.*\\.txt", "-checkFileNameList=.gitignore,.drone.yml", "-checkFileSumList=97392a850b161ccf64c1eb108c1c2931f9ce57c8e9bd5b6b1f54d34f82082ddc,sdkljflskjfk"] env = ["PATH=/usr/bin:/bin"] cpuLimit = 10_000_000_000 memoryLimit = 104_857_600