ci: remove git vendor git folder

This commit is contained in:
Hugo Renard 2024-10-28 16:47:59 +01:00
parent 57eff00efc
commit aaa17c033f
Signed by: hougo
GPG key ID: 3A285FD470209C59

View file

@ -41,6 +41,7 @@ func main() {
WithFile("composer.json", client.Host().File("composer.json")). WithFile("composer.json", client.Host().File("composer.json")).
WithFile("composer.lock", client.Host().File("composer.lock")). WithFile("composer.lock", client.Host().File("composer.lock")).
WithExec([]string{"composer", "i", "--no-dev", "--ignore-platform-reqs"}). WithExec([]string{"composer", "i", "--no-dev", "--ignore-platform-reqs"}).
WithExec([]string{"rm", "-rf", "vendor/audriga/scim-server-php/.git"}).
Directory("vendor") Directory("vendor")
output := client.Container().From("docker.io/nextcloud:27"). output := client.Container().From("docker.io/nextcloud:27").