Update template and update script
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
c0ceae535e
commit
beff055784
21 changed files with 643 additions and 71 deletions
|
|
@ -13,4 +13,12 @@ data:
|
|||
}
|
||||
]
|
||||
}
|
||||
setup: |-
|
||||
#!/bin/sh
|
||||
path=$1
|
||||
mkdir -m 0777 -p ${path}
|
||||
teardown: |-
|
||||
#!/bin/sh
|
||||
path=$1
|
||||
rm -rf ${path}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue