Skip to content

Commit

Permalink
ci: Update Jsonnet ext-code-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jshlbrd committed Oct 27, 2024
1 parent 255c6d0 commit 9571d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_jsonnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ for file in $files
do
# 'rev | cut | rev' converts "path/to/file.jsonnet" to "path/to/file.json"
f=$(echo $file | rev | cut -c 4- | rev)
jsonnet $file > $f
# This is run from the root of the repo.
jsonnet --ext-code-file sub="./substation.libsonnet" $file > $f
done

0 comments on commit 9571d36

Please sign in to comment.