Skip to content

Commit

Permalink
fix: manually install jsonnetfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Feb 13, 2024
1 parent e6a4d5d commit ed6950d
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": ""
}
},
"version": "36ebc075d3f435407ae5de3defb29b467aefabfe",
"sum": "VLe68FGWuHiy2lM51HpF8dgfqdGT72/1AA5zXqJd9YU="
"version": "63abcdd7617a65b250bc348565c97793ba9a2b20",
"sum": "oUVb+owI1ZgnH5gyO+6oW823Mi+fFMStCfsy9uMNVhk="
}
],
"legacyImports": false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .github/workflows/minor-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down Expand Up @@ -372,6 +380,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down Expand Up @@ -1188,6 +1204,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/patch-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down Expand Up @@ -372,6 +380,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down Expand Up @@ -1188,6 +1204,14 @@ jobs:
tar_args: "xvf"
tarball_binary_path: "*/${binary}"
version: "0.9.0"
- name: "install jsonnetfmt"
uses: "./lib/actions/install-binary"
with:
binary: "jsonnetfmt"
download_url: "https://github.com/google/go-jsonnet/releases/download/v${version}/go-jsonnet_${version}_Linux_x86_64.tar.gz"
smoke_test: "${binary} --version"
tarball_binary_path: "${binary}"
version: "0.18.0"
- env:
BUILD_IN_CONTAINER: false
if: "${{ !fromJSON(env.SKIP_VALIDATION) }}"
Expand Down

0 comments on commit ed6950d

Please sign in to comment.