docker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2024-02-19 19:33:05 +03:00
parent b1c6ffb848
commit 27c70e3423

View File

@@ -2,8 +2,7 @@ steps:
- name: build - name: build
image: ubuntu image: ubuntu
commands: commands:
- echo "Hello, World!" - docker-compose build
when: when:
- event: push - event: push
branches: branch: test
- test