We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169a0f2 commit 2b6110fCopy full SHA for 2b6110f
.github/workflows/k8_cluster_destroy.yml
@@ -30,6 +30,9 @@ jobs:
30
- name: GitHub Configuration
31
run: git config --global url."https://oauth2:${{ secrets.TOKEN_GITHUB }}@github.com".insteadOf https://github.com
32
33
+ - name: Clone cicd-deployment-scripts
34
+ run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
35
+
36
# Install the latest version of Kubernetes CLI and configure the Kubernetes CLI configuration file with a Kubernetes Cloud user API token
37
- name: Azure Login
38
uses: Azure/login@v2
@@ -59,9 +62,6 @@ jobs:
59
62
admin: 'false'
60
63
use-kubelogin: 'true'
61
64
- - name: Clone cicd-deployment-scripts
- run: git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
-
65
- name: Destroy Cluster Namespace
66
shell: bash
67
run: |
0 commit comments