chore: Comment out dependency installation steps in kub-deploy.yml
Build and Deploy / build (push) Failing after 8m32s

This commit is contained in:
masoodafar-web
2026-01-27 22:30:53 +03:30
parent 710051f0a0
commit 828109f44d
+7 -7
View File
@@ -20,14 +20,14 @@ jobs:
HTTPS_PROXY: http://proxyuser:87zH26nbqT2@46.249.98.211:3128
NO_PROXY: localhost,127.0.0.1,gitea-svc,194.5.195.53,10.0.0.0/8
steps:
- name: Install dependencies
run: |
apk add --no-cache git curl
# - name: Install dependencies
# run: |
# apk add --no-cache git curl
# Install kubectl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x kubectl
mv kubectl /usr/local/bin/
# # Install kubectl
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
# chmod +x kubectl
# mv kubectl /usr/local/bin/
- name: Start Docker daemon with insecure registry
run: |