File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 4343 KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
4444 KUBERNETES_NAMESPACE : " ${{ vars.KUBERNETES_NAMESPACE }}"
4545 KUBERNETES_MANIFEST_PATH : " ${{ vars.KUBERNETES_MANIFEST_PATH }}"
46+ KUBERNETES_CLUSTER_REPO_NAME : " ${{ vars.KUBERNETES_CLUSTER_REPO_NAME }}"
4647 AZURE_RESOURCE_GROUP : " ${{ vars.AZURE_RESOURCE_GROUP }}"
4748 AZURE_CONTAINER_REGISTRY : " ${{ vars.AZURE_CONTAINER_REGISTRY }}"
4849 ENABLE_ALEMBIC_MIGRATIONS : " ${{ vars.ENABLE_ALEMBIC_MIGRATIONS }}"
5758 - name : Clone cicd-deployment-scripts
5859 run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
5960
61+ - name : Clone ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
62+ run : git clone https://github.com/code-kern-ai/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}.git
63+
6064 # Install the latest version of Kubernetes CLI and configure the Kubernetes CLI configuration file with a Kubernetes Cloud user API token
6165 - name : Azure Cloud Login
6266 uses : azure/login@v2
8185 - name : Run Test
8286 shell : bash
8387 run : |
88+ cd ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
8489 bash cicd-deployment-scripts/k8s/test.sh \
8590 -n ${{ env.KUBERNETES_NAMESPACE }} \
8691 -d ${{ github.event.repository.name }} \
You can’t perform that action at this time.
0 commit comments