Fix SSL checkout issue
CI/CD Pipeline / test (push) Failing after 11s
CI/CD Pipeline / scan (push) Has been skipped
CI/CD Pipeline / build-push-deploy (push) Has been skipped

This commit is contained in:
Khalil
2026-07-04 10:44:14 +00:00
parent 8020d637d5
commit 311285866e
+3
View File
@@ -7,6 +7,9 @@ on:
- 'api-deployment.yaml' - 'api-deployment.yaml'
- 'frontend-deployment.yaml' - 'frontend-deployment.yaml'
env:
GIT_SSL_NO_VERIFY: "true"
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest