File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 43
43
KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
44
44
KUBERNETES_NAMESPACE : " ${{ vars.KUBERNETES_NAMESPACE }}"
45
45
KUBERNETES_MANIFEST_PATH : " ${{ vars.KUBERNETES_MANIFEST_PATH }}"
46
+ KUBERNETES_CLUSTER_REPO_NAME : " ${{ vars.KUBERNETES_CLUSTER_REPO_NAME }}"
46
47
AZURE_RESOURCE_GROUP : " ${{ vars.AZURE_RESOURCE_GROUP }}"
47
48
AZURE_CONTAINER_REGISTRY : " ${{ vars.AZURE_CONTAINER_REGISTRY }}"
48
49
ENABLE_ALEMBIC_MIGRATIONS : " ${{ vars.ENABLE_ALEMBIC_MIGRATIONS }}"
57
58
- name : Clone cicd-deployment-scripts
58
59
run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
59
60
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
+
60
64
# Install the latest version of Kubernetes CLI and configure the Kubernetes CLI configuration file with a Kubernetes Cloud user API token
61
65
- name : Azure Cloud Login
62
66
uses : azure/login@v2
81
85
- name : Run Test
82
86
shell : bash
83
87
run : |
88
+ cd ${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
84
89
bash cicd-deployment-scripts/k8s/test.sh \
85
90
-n ${{ env.KUBERNETES_NAMESPACE }} \
86
91
-d ${{ github.event.repository.name }} \
You can’t perform that action at this time.
0 commit comments