gitea-package/.woodpecker/test-image.yml
OCram85 dfa943335c
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
migrate content (#1)
#### 📖 Summary

migrate repo content

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Reviewed-on: #1
2024-05-14 07:40:38 +02:00

24 lines
472 B
YAML

when:
- event: [pull_request, tag, cron]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
depends_on:
- "ci"
steps:
test-next:
image: gitea.ocram85.com/plugins/gitea-package:next
pull: true
settings:
debug: "true"
owner: "testuser"
package_name: "dummy_package"
package_version: "0.1.0"
file_name: "./README.md"
update: "true"
when:
event: pull_request
branch: ${CI_REPO_DEFAULT_BRANCH}