Skip to content

Commit

Permalink
feat(ci): Implementing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvar Sigurðsson committed Feb 21, 2025
1 parent 04a8dd1 commit 3f0a217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-helm-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Copy helm charts to helm-values repository
run: |
echo "$(ls -alh)"
echo "$(ls -alh island-is/)"
echo "$(ls -alh helm-value/)"
# cp -R island.is/charts/* helm-values/charts/
echo "$(ls -alh island.is/)"
echo "$(ls -alh helm-values/)"
cp -R island.is/charts/* helm-values/charts/
- name: Commit and push changes to helm-values repository
run: |
cd helm-values
Expand Down

0 comments on commit 3f0a217

Please sign in to comment.