Compare commits

..

3 Commits

Author SHA1 Message Date
e55a44531f fix: merge confit
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-10 00:12:13 +05:30
7a61060e39 chore: test qodo code-review 2026-01-10 00:10:41 +05:30
fcc4f2ba64 chore: test qodo code-review 2026-01-10 00:09:22 +05:30

View File

@@ -4,20 +4,7 @@ when:
steps:
- name: Test the file system
image: debian
image: bash
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: build the docker image
image: debian
commands:
- echo "This is the doceer step"
- echo "binary-data-123" > executable
- name: Push the docker image
image: debian
commands:
- echo "This is the push step"
- echo "Is it running"
- echo "binary-data-123" > executable
- pwd
- qodo code-review