mattolenik / hclq

Command-line processor for HashiCorp config files, like sed for HCL — Terraform, Consul, Nomad, Vault
https://hclq.sh
The Unlicense
254 stars 23 forks source link

broken build #29

Open mvk opened 1 year ago

mvk commented 1 year ago

seems the build dir is not the working dir of the build stage in appveyor.yml:

APPVEYOR_BUILD_FOLDER=/home/appveyor/hclq
PWD=/opt/appveyor/build-agent

then make dist, naturally fails.

mvk commented 1 year ago

It seems the issue is that make clean is not running before make dist