generated from Templates/Baseline
add steo whithout debug mode
This commit is contained in:
parent
022ab88747
commit
1ecf88d1d2
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user