diff --git a/.woodpecker.yml b/.woodpecker.yml index d0d49b5..ebab24a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,15 +1,12 @@ clone: git: - image: woodpeckerci/plugin-git commands: - - echo "1234" + - git clone https://git.exozy.me/Ta180m/Hello-world.git pipeline: build: - image: debian commands: - - echo "This is the build step!" - a-test-step: - image: debian + - git status + run: commands: - - touch zzz \ No newline at end of file + - neofetch \ No newline at end of file