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 278fbbd commit dfc5b57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/diff-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
uses: actions/checkout@v4
- name: debug
run: >
echo 'date' > ~/.local/bin/debug_test && \
chmod o+x ~/.local/bin/debug_test && \
debug_test && \
echo 'date' > ~/.local/bin/debug_test &&
chmod o+x ~/.local/bin/debug_test &&
debug_test &&
~/.local/bin/debug_test
- name: Create helmfile docker shim
run: >
echo 'docker run --rm -v "${PWD}:/wd" ghcr.io/helmfile/helmfile:latest helmfile $*' \
echo 'docker run --rm -v "${PWD}:/wd" ghcr.io/helmfile/helmfile:latest helmfile $*'
> ~/.local/bin/helmfile
chmod o+x ~/.local/bin/helmfile
- name: Create yq docker shim
run: >
echo 'docker run --rm -v "${PWD}:/wd" --entrypoint yq ghcr.io/linuxserver/yq:latest $*' \
echo 'docker run --rm -v "${PWD}:/wd" --entrypoint yq ghcr.io/linuxserver/yq:latest $*'
> ~/.local/bin/yq
chmod o+x ~/.local/bin/helmfile
- name: Diff generated value files
Expand Down

0 comments on commit dfc5b57

Please sign in to comment.