PHP + Composer + PHPUnit pipeline for Woodpecker
Go to file
Chris 9b78e90b57
continuous-integration/woodpecker the build failed Details
Initial commit
2021-12-03 16:46:00 +01:00
src Initial commit 2021-12-03 16:46:00 +01:00
tests Initial commit 2021-12-03 16:46:00 +01:00
.dockerignore Initial commit 2021-12-03 16:46:00 +01:00
.gitignore Initial commit 2021-12-03 16:46:00 +01:00
.woodpecker.yml Initial commit 2021-12-03 16:46:00 +01:00
Dockerfile Initial commit 2021-12-03 16:46:00 +01:00
README.md Initial commit 2021-12-03 16:46:00 +01:00
composer.json Initial commit 2021-12-03 16:46:00 +01:00
hello Initial commit 2021-12-03 16:46:00 +01:00
phpunit.xml Initial commit 2021-12-03 16:46:00 +01:00

README.md

docker-pipeline-test

This is a repository with an example application to test a custom docker pipeline using Gitea, Woodpecker and a private registry.

  • Runs phpunit against the code
  • Builds image from Dockerfile, tags the image and pushes to repo