Skip to content

Commit

Permalink
GH action: fixed multiline cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 19, 2024
1 parent 2c52d83 commit 4aa72e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Run chart-testing (install)
# if: steps.list-changed.outputs.changed == 'true'
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami \
helm repo add elastic https://helm.elastic.co \
helm repo add opensearch https://opensearch-project.github.io/helm-charts/ \
helm repo add softonic https://charts.softonic.io \
helm repo add imgproxy https://helm.imgproxy.net \
helm repo add bitnami https://charts.bitnami.com/bitnami && \
helm repo add elastic https://helm.elastic.co && \
helm repo add opensearch https://opensearch-project.github.io/helm-charts/ && \
helm repo add softonic https://charts.softonic.io && \
helm repo add imgproxy https://helm.imgproxy.net && \
ct install --charts . --helm-extra-args "--timeout 15m" --target-branch ${{ github.event.repository.default_branch }}

0 comments on commit 4aa72e9

Please sign in to comment.