Skip to content

Commit

Permalink
test more github
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Jul 31, 2024
1 parent bb06873 commit 0a56827
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/diff-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
- name: debug
run: echo $PATH
run: >
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 $*' \
> /usr/bin/helmfile
chmod a+x /usr/bin/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 $*' \
> /usr/bin/yq
chmod a+x /usr/bin/yq
> ~/.local/bin/yq
chmod o+x ~/.local/bin/helmfile
- name: Diff generated value files
run: >
for env_dir in k8s/argocd/*; do
Expand Down

0 comments on commit 0a56827

Please sign in to comment.