11 lines
No EOL
185 B
YAML
11 lines
No EOL
185 B
YAML
branches:
|
|
include: [main]
|
|
|
|
pipeline:
|
|
init:
|
|
image: hashicorp/terraform
|
|
environment:
|
|
- CODE_PATH=./hetzner/template
|
|
commands:
|
|
- apk add make
|
|
- make init |