mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 11:15:07 +03:00 
			
		
		
		
	apparently PRs get a slash in the branch name, which causes problems for the circleci builds
This commit is contained in:
		
							parent
							
								
									206570770a
								
							
						
					
					
						commit
						9553b1ef8f
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -10,4 +10,5 @@ if [ "$BRANCH" = "master" ]; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# If it is something other than master, append it
 | 
					# If it is something other than master, append it
 | 
				
			||||||
printf "yggdrasil-%s" "$BRANCH"
 | 
					# Remove any "/" characters from e.g. "pull/N"
 | 
				
			||||||
 | 
					printf "yggdrasil-%s" "${BRANCH/\//}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue