From b67b97166d587c741d242482590c869f3f0698b9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 20 Jan 2022 19:35:07 -0600 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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