fix(ci): allow woodpecker clone with local gitea cert
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-06-23 10:34:13 -05:00
parent a89f454ec0
commit 52fb52a617
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
VITE_LAST_BUILD_DATE=20260623
VITE_LAST_SUCCESSFUL_COMMIT=ab0383a
VITE_LAST_SUCCESSFUL_COMMIT=a89f454
+6
View File
@@ -3,6 +3,12 @@ when:
branch: main
- event: manual
clone:
git:
image: woodpeckerci/plugin-git
settings:
skip-verify: true
steps:
notify-start:
image: node:24-bookworm
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "BlbThroneOfTheBoneKing",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "BlbThroneOfTheBoneKing",
"version": "0.0.4",
"version": "0.0.5",
"dependencies": {
"@react-native-async-storage/async-storage": "^3.1.1",
"@react-native/new-app-screen": "0.85.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "BlbThroneOfTheBoneKing",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"main": "dist/electron/main.js",
"scripts": {