mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-31 01:59:06 +00:00 
			
		
		
		
	use woodpeckerci/plugin-git:latest for clone (#617)
This commit is contained in:
		| @@ -111,9 +111,7 @@ func (c *Compiler) Compile(conf *yaml.Config) *backend.Config { | ||||
| 	if !c.local && len(conf.Clone.Containers) == 0 && !conf.SkipClone { | ||||
| 		container := &yaml.Container{ | ||||
| 			Name:        "clone", | ||||
| 			// TODO: switch to `:latest` once v1.1.0 got released | ||||
| 			//       https://github.com/woodpecker-ci/plugin-git/issues/3 | ||||
| 			Image:       "woodpeckerci/plugin-git:next", | ||||
| 			Image:       "woodpeckerci/plugin-git:latest", | ||||
| 			Settings:    map[string]interface{}{"depth": "0"}, | ||||
| 			Environment: c.cloneEnv, | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user