diff --git a/.woodpecker.yml b/.woodpecker.yml index ea5fc3d..6ab061e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: build: - image: golang + image: alpine/git commands: - - go build - - go test \ No newline at end of file + - git submodule init + - git update --recursive --remote