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 af891da commit 62ab099
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/diff-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,15 @@ jobs:
uses: actions/checkout@v4
- name: Create ~/.local/bin directory
run: mkdir -p ~/.local/bin
- name: debug
run: |
echo -e '#!/bin/bash\necho "Current date is:"\ndate' | tee ~/.local/bin/debug_test
chmod +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 $*' \
tee ~/.local/bin/helmfile
| tee ~/.local/bin/helmfile
chmod +x ~/.local/bin/helmfile
- name: Create yq docker shim
run: |
echo 'docker run --rm -v "${PWD}:/wd" --entrypoint yq ghcr.io/linuxserver/yq:latest $*' \
tee ~/.local/bin/yq
| tee ~/.local/bin/yq
chmod +x ~/.local/bin/helmfile
- name: Diff generated value files
run: >
Expand Down

0 comments on commit 62ab099

Please sign in to comment.