fix(ci): allow woodpecker clone with local gitea cert
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
VITE_LAST_BUILD_DATE=20260623
|
||||
VITE_LAST_SUCCESSFUL_COMMIT=ab0383a
|
||||
VITE_LAST_SUCCESSFUL_COMMIT=a89f454
|
||||
|
||||
@@ -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
|
||||
|
||||
Generated
+2
-2
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "BlbThroneOfTheBoneKing",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"private": true,
|
||||
"main": "dist/electron/main.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user