clone: git: image: bash commands: - git clone https://git.exozy.me/Ta180m/Hello-world.git pipeline: test0: image: bash commands: - cd Hello-world - git status test1: image: bash commands: - pwd - w - neofetch - echo $HOME - if [ $PASSWORD = "helloworld" ]; then echo "YAY"; fi secrets: [ password ] test2: image: sh commands: - pwd - w - neofetch - echo $HOME