Added environmental variable for CODE_PATH
This commit is contained in:
parent
a55fc13d17
commit
dae33bedfc
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
branches: main
|
branches:
|
||||||
|
include: [main]
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
init:
|
init:
|
||||||
image: hashicorp/terraform
|
image: hashicorp/terraform
|
||||||
|
environment:
|
||||||
|
- CODE_PATH=./hetzner/template
|
||||||
commands:
|
commands:
|
||||||
- apk add make
|
- apk add make
|
||||||
- CODE_PATH=./hetzner/template make init
|
- make init
|
Loading…
Reference in a new issue