From 4dbbb46ea1f73a281d7ac260832818cfc06c49db Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 18 Feb 2022 21:44:23 -0600 Subject: [PATCH] Clone repo in CI without manual config --- .woodpecker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fce6f1d..56a09ac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,14 +1,7 @@ -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