Skip to content

Commit

Permalink
Merge pull request #375 from ebattat/fix_make
Browse files Browse the repository at this point in the history
fix tf path
  • Loading branch information
ebattat authored Nov 7, 2023
2 parents c073f0a + d116ab9 commit 16b880a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafonnet_generator/grafana/perf/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jsonnet/jsonnetfile.lock.json - for working on specific grafonnet version
apply:
cd /app/jsonnet/ && \
@cd jsonnet/ && \
/root/go/bin/jb install && \
cd ../ && \
terraform apply -auto-approve | python3 extract_dashboard.py > dashboard.json
2 changes: 1 addition & 1 deletion grafonnet_generator/grafana/perf/dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}

provider "jsonnet" {
jsonnet_path = "${path.cwd}/jsonnet/vendor"
jsonnet_path = "/app/jsonnet/vendor"
}

data "jsonnet_file" "dashboard" {
Expand Down

0 comments on commit 16b880a

Please sign in to comment.