add: test file
This commit is contained in:
parent
b1b27f5d84
commit
8a34424201
1
.drone.yml
Normal file
1
.drone.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Just for test
|
|
@ -4,7 +4,7 @@ name = "healthcheck"
|
||||||
[stages.executor]
|
[stages.executor]
|
||||||
name = "sandbox"
|
name = "sandbox"
|
||||||
[stages.executor.with.default]
|
[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"]
|
env = ["PATH=/usr/bin:/bin"]
|
||||||
cpuLimit = 10_000_000_000
|
cpuLimit = 10_000_000_000
|
||||||
memoryLimit = 104_857_600
|
memoryLimit = 104_857_600
|
||||||
|
|
Loading…
Reference in New Issue
Block a user