diff --git a/.gitea/workflows/image.yml b/.gitea/workflows/image.yml new file mode 100644 index 0000000..f1085cd --- /dev/null +++ b/.gitea/workflows/image.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."