mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Fix quotes for env.js, formed on build time
This commit is contained in:
		| @@ -73,7 +73,7 @@ build:production: | ||||
|                 module.exports = { | ||||
|                     version: '$VERSION', | ||||
|                     ga: {id: '$GA_ID'}, | ||||
|                     sentryCdn: "$SENTRY_CDN", | ||||
|                     sentryCdn: '$SENTRY_CDN', | ||||
|                 }; | ||||
|             " > frontend/config/env.js | ||||
|         - sed -i"" -e "s/{{PLACE_VERSION_HERE}}/$VERSION/g" common/config/config.php | ||||
|   | ||||
		Reference in New Issue
	
	Block a user