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:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
env:
|
||||||
|
GIT_SSL_NO_VERIFY: "true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-test:
|
lint-and-test:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,9 @@ on:
|
||||||
- "dvc.yaml"
|
- "dvc.yaml"
|
||||||
- "dvc.lock"
|
- "dvc.lock"
|
||||||
|
|
||||||
|
env:
|
||||||
|
GIT_SSL_NO_VERIFY: "true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate-data:
|
validate-data:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,9 @@ on:
|
||||||
- "configs/**"
|
- "configs/**"
|
||||||
- "dvc.yaml"
|
- "dvc.yaml"
|
||||||
|
|
||||||
|
env:
|
||||||
|
GIT_SSL_NO_VERIFY: "true"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
train:
|
train:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue