Skip to content

Commit 2b6110f

Browse files
committed
fix: clone cicd-deployment-scripts before using their scripts
1 parent 169a0f2 commit 2b6110f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/k8_cluster_destroy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: GitHub Configuration
3131
run: git config --global url."https://oauth2:${{ secrets.TOKEN_GITHUB }}@github.com".insteadOf https://github.com
3232

33+
- name: Clone cicd-deployment-scripts
34+
run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
35+
3336
# Install the latest version of Kubernetes CLI and configure the Kubernetes CLI configuration file with a Kubernetes Cloud user API token
3437
- name: Azure Login
3538
uses: Azure/login@v2
@@ -59,9 +62,6 @@ jobs:
5962
admin: 'false'
6063
use-kubelogin: 'true'
6164

62-
- name: Clone cicd-deployment-scripts
63-
run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
64-
6565
- name: Destroy Cluster Namespace
6666
shell: bash
6767
run: |

0 commit comments

Comments
 (0)