diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index 5f12c0b..fe618f0 100644 --- a/.woodpecker/pipeline.yaml +++ b/.woodpecker/pipeline.yaml @@ -6,4 +6,4 @@ steps: - name: build image: debian commands: - - echo "This is the build step" \ No newline at end of file + - echo "This is the build step; okay" \ No newline at end of file