Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into external-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
anisurrahman75 committed Dec 23, 2024
2 parents 805234c + 651b155 commit aa18eff
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ jobs:
echo "install stash-crds chart"
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install stash-crds appscode/stash-crds
helm install kubedb-crds appscode/kubedb-crds
helm install kmodules-crds appscode/kmodules-crds
# helm install stash-crds appscode/stash-crds
# helm install kubedb-crds appscode/kubedb-crds
# helm install kmodules-crds appscode/kmodules-crds
kubectl create -f https://github.com/kubestash/installer/raw/master/crds/kubestash-crds.yaml
kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml

- name: Check codespan schema
run: |
git clone https://github.com/kmodules/resource-metadata.git
mv resource-metadata/hub /tmp
rm -rf resource-metadata
codespan-schema-checker --content=./docs

0 comments on commit aa18eff

Please sign in to comment.