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 0a56827 commit 278fbbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/diff-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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: >
Expand Down

0 comments on commit 278fbbd

Please sign in to comment.