ci: remove git vendor git folder
This commit is contained in:
parent
57eff00efc
commit
aaa17c033f
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ func main() {
|
|||
WithFile("composer.json", client.Host().File("composer.json")).
|
||||
WithFile("composer.lock", client.Host().File("composer.lock")).
|
||||
WithExec([]string{"composer", "i", "--no-dev", "--ignore-platform-reqs"}).
|
||||
WithExec([]string{"rm", "-rf", "vendor/audriga/scim-server-php/.git"}).
|
||||
Directory("vendor")
|
||||
|
||||
output := client.Container().From("docker.io/nextcloud:27").
|
||||
|
|
Loading…
Reference in a new issue