diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index b50bc60..c34e7f8 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -6,4 +6,5 @@ steps: - name: build image: quay.io/podman/stable commands: - - podman build . + - echo "First step" + # - podman build .