Add GIT_SSL_NO_VERIFY for self-signed cert on Gitea
CI - Lint & Test / lint-and-test (push) Failing after 3m28s
Details
CI - Lint & Test / lint-and-test (push) Failing after 3m28s
Details
Runner CI jobs fail with gnutls_handshake() error because catthehacker/ubuntu container doesn't trust Gitea's private certificate. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2bfa032e6a
commit
44cc5ce0e0
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
jobs:
|
||||
lint-and-test:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ on:
|
|||
- "dvc.yaml"
|
||||
- "dvc.lock"
|
||||
|
||||
env:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
jobs:
|
||||
validate-data:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ on:
|
|||
- "configs/**"
|
||||
- "dvc.yaml"
|
||||
|
||||
env:
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
jobs:
|
||||
train:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue