From 185c5648982b0aa2b3582b5d6ec456870a847754 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 20 Jan 2022 19:48:41 -0600 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d9708a1..f4626d0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,7 @@ pipeline: - pwd - w - neofetch + - echo $HOME - if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi secrets: [ password ] test2: @@ -24,9 +25,4 @@ pipeline: - pwd - w - neofetch - test3: - image: python - commands: - - a = 2 + 2 - - print(a) - - import this \ No newline at end of file + - echo $HOME \ No newline at end of file