add steo whithout debug mode
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/test-image Pipeline was successful

This commit is contained in:
OCram85 2024-05-14 10:01:17 +02:00
parent 022ab88747
commit 1ecf88d1d2

View File

@ -8,7 +8,7 @@ depends_on:
- "ci" - "ci"
steps: steps:
test-next: next:
image: gitea.ocram85.com/plugins/gitea-package:next image: gitea.ocram85.com/plugins/gitea-package:next
pull: true pull: true
secrets: [ gitea_user, gitea_passwd] secrets: [ gitea_user, gitea_passwd]
@ -27,3 +27,21 @@ steps:
when: when:
event: pull_request event: pull_request
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
next-nodebug:
image: gitea.ocram85.com/plugins/gitea-package:next
pull: true
secrets: [ gitea_user, gitea_passwd]
settings:
user:
from_secret: gitea_user
password:
from_secret: gitea_passwd
owner: "plugins"
package_name: "dummy_package"
package_version: "0.1.0"
file_source: "./README.md"
file_name: "readme.md"
update: "true"
when:
event: pull_request
branch: ${CI_REPO_DEFAULT_BRANCH}