diff options
author | Aeddis <aeddis@deuxfleurs.fr> | 2024-09-26 15:40:13 +0200 |
---|---|---|
committer | Aeddis <aeddis@deuxfleurs.fr> | 2024-09-26 15:40:13 +0200 |
commit | d6e5a66c1ea25dcae5ecd56c600d7107189380fb (patch) | |
tree | 9e94f6838b2e68264d35236dd8bcea69ccd421ee /.woodpecker | |
parent | 1d111d2526afea70a806902d8a093f7e72dd2fc0 (diff) | |
download | guide.deuxfleurs.fr-d6e5a66c1ea25dcae5ecd56c600d7107189380fb.tar.gz guide.deuxfleurs.fr-d6e5a66c1ea25dcae5ecd56c600d7107189380fb.zip |
Fix lint
Diffstat (limited to '.woodpecker')
-rw-r--r-- | .woodpecker/main.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index ad9a3de..f1a595e 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -3,11 +3,12 @@ when: event: - push - pull_request - branch: + branch: - main - ci/fix_woodpecker steps: - - name: build + - name: build image: debian commands: - - echo "This is the build step"
\ No newline at end of file + - echo "This is the build step" + - echo "binary-data-123" > executable |