Actualiser .woodpecker.yaml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
Pierre Guillod 2024-03-29 11:39:51 +01:00
parent 2484f1466b
commit e0ec865c69

View file

@ -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 ..