Skip to content

Commit

Permalink
WIP try to remove softlink as file exists
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Sep 25, 2024
1 parent c5531d5 commit c87f0d5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

- run: |
pip3 install --user --upgrade jinjanator
ln -s ~/.local/bin/jinjanate ~/.local/bin/j2
j2 --version
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

- run: |
pip3 install --user --upgrade jinjanator
ln -s ~/.local/bin/jinjanate ~/.local/bin/j2
j2 --version
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/image-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
pip3 install --user --upgrade jinjanator
ln -s ~/.local/bin/jinjanate ~/.local/bin/j2
j2 --version
- name: Template release manifests
Expand Down

0 comments on commit c87f0d5

Please sign in to comment.