diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 01d5d8b..9abd70f 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -2,9 +2,6 @@ steps: - name: build image: fedora commands: - - echo "Cloning application repository" - - git clone https://forge.slowte.ch/uefi/efi-clock.git - - echo "Cloning toolchain repositories" - git clone https://github.com/tianocore/edk2.git - cd edk2 && git submodule update --init && cd ..