mirror of
				https://github.com/samply/bridgehead.git
				synced 2025-11-04 08:20:17 +01:00 
			
		
		
		
	Fix variable visibility
This commit is contained in:
		@@ -72,14 +72,14 @@ loadVars() {
 | 
			
		||||
 | 
			
		||||
	case "$ENVIRONMENT" in
 | 
			
		||||
		"production")
 | 
			
		||||
			FOCUS_TAG=main
 | 
			
		||||
			export FOCUS_TAG=main
 | 
			
		||||
			;;
 | 
			
		||||
		"test")
 | 
			
		||||
			FOCUS_TAG=develop
 | 
			
		||||
			export FOCUS_TAG=develop
 | 
			
		||||
			;;
 | 
			
		||||
		*)
 | 
			
		||||
			report_error 7 "Environment \"$ENVIRONMENT\" is unknown. Assuming production. FIX THIS!"
 | 
			
		||||
			FOCUS_TAG=main
 | 
			
		||||
			export FOCUS_TAG=main
 | 
			
		||||
			;;
 | 
			
		||||
	esac
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user