diff --git a/.woodpecker.yml b/.woodpecker.yml index 33799ff..d9708a1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,12 +5,12 @@ clone: - git clone https://git.exozy.me/Ta180m/Hello-world.git pipeline: - build: + test0: image: bash commands: - cd Hello-world - git status - run: + test1: image: bash commands: - pwd @@ -18,13 +18,13 @@ pipeline: - neofetch - if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi secrets: [ password ] - run: + test2: image: sh commands: - pwd - w - neofetch - run: + test3: image: python commands: - a = 2 + 2