feature/MAPG-228-deploy-signed-and-verified-tags-only #22
| @ -77,7 +77,7 @@ def isTagVerified(tag): | ||||
|     return process.returncode == 0 | ||||
| 
 | ||||
| def updateRepoFromRemote(): | ||||
|     subprocess.call(["git", "fetch", "origin", "--prune"], cwd=REPO) | ||||
|     subprocess.call(["git", "fetch", "origin", "--prune", "--prune-tags"], cwd=REPO) | ||||
| 
 | ||||
| def checkoutWorktree(worktreePath, ref): | ||||
|     subprocess.call(["git", "checkout", "-f", ref], cwd=worktreePath) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user