update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3f7daf8c91
commit
b7859df072
@ -1 +1,2 @@
|
|||||||
echo 15min at:$(date +%F%n%T)
|
#!/bin/sh
|
||||||
|
echo 15min at:$(date +%F%n%T)
|
||||||
|
@ -1 +1,3 @@
|
|||||||
echo hourly at:$(date +%F%n%T)
|
#!/bin/sh
|
||||||
|
echo hourly at:$(date +%F%n%T)
|
||||||
|
|
||||||
|
@ -1 +1,3 @@
|
|||||||
echo monthly at:$(date +%F%n%T)
|
#!/bin/sh
|
||||||
|
echo monthly at:$(date +%F%n%T)
|
||||||
|
|
||||||
|
@ -1 +1,2 @@
|
|||||||
echo weekly at:$(date +%F%n%T)
|
#!/bin/sh
|
||||||
|
echo weekly at:$(date +%F%n%T)
|
||||||
|
Loading…
Reference in new issue