Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jul 31, 2024
1 parent b8ba2f6 commit e019d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-generated-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Create helmfile docker shim
run: >
docker pull ghcr.io/helmfile/helmfile:latest
echo 'docker run
&& echo 'docker run
--rm
--volume "${TMP_DIR}:${TMP_DIR}"
--volume "${PWD}:/workdir"
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Create yq docker shim
run: >
docker pull mikefarah/yq:latest
echo 'docker run
&& echo 'docker run
--rm
--volume "${TMP_DIR}:${TMP_DIR}"
--volume "${PWD}:/workdir"
Expand Down

0 comments on commit e019d75

Please sign in to comment.