Skip to content

Commit

Permalink
feature: prepare mvp
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Jul 24, 2023
1 parent 6118399 commit 905579a
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/checkout@v3
with:
repository: awakari/conditions-text

- name: Set up Helm
uses: azure/setup-helm@v1
Expand All @@ -22,18 +26,6 @@ jobs:
- name: Lint Helm Chart
run: |
git config --global --unset-all user.name
git config --global --unset-all user.email
git config --global user.name "awakari"
git config --global user.email "awakari@awakari.com"
git config --global credential.helper store # This caches credentials on the runner
echo "${{ secrets.CLONE_PATH }}" > ~/.git-credentials
git config --global credential.helper 'store --file ~/.git-credentials'
cd ..
for i in conditions-text matches messages queue-nats reader subscriptions-proxy semaphore-nats writer; do git clone https://github.com/awakari/$i.git; done
cd core
mkdir helm/core/charts
cd helm/core/charts
for i in conditions-text matches messages queue-nats reader subscriptions-proxy semaphore-nats writer; do helm package ../../../../$i/helm/$i; done
Expand Down

0 comments on commit 905579a

Please sign in to comment.