Add quotes around project workspace and target dirs in build-ci.sh
This commit is contained in:
		
							parent
							
								
									7974dc8c4e
								
							
						
					
					
						commit
						6b0c104d05
					
				
							
								
								
									
										10
									
								
								build-ci.sh
								
								
								
								
							
							
						
						
									
										10
									
								
								build-ci.sh
								
								
								
								
							|  | @ -1,13 +1,13 @@ | |||
| #!/bin/sh | ||||
| set -e -x | ||||
| 
 | ||||
| team_repo=$GOPATH/src/github.bus.zalan.do/acid | ||||
| project_dir=$team_repo/postgres-operator | ||||
| team_repo="$GOPATH/src/github.bus.zalan.do/acid" | ||||
| project_dir="$team_repo/postgres-operator" | ||||
| 
 | ||||
| mkdir -p $team_repo | ||||
| mkdir -p "$team_repo" | ||||
| 
 | ||||
| ln -s $PWD $project_dir | ||||
| cd $project_dir | ||||
| ln -s "$PWD" "$project_dir" | ||||
| cd "$project_dir" | ||||
| 
 | ||||
| glide install | ||||
| make clean docker push | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue