forked from toolshed/abra-hetzner
Init plugin script
This commit is contained in:
parent
83b1c9c7fe
commit
2010737766
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: linters
|
||||
steps:
|
||||
- name: run shellcheck
|
||||
image: koalaman/shellcheck-alpine:v0.7.1
|
||||
commands:
|
||||
- shellcheck abra-hetzner
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
7
abra-hetzner
Executable file
7
abra-hetzner
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
main() {
|
||||
echo "Hello, World!"
|
||||
}
|
||||
|
||||
main
|
Loading…
x
Reference in New Issue
Block a user