mirror of
				https://gitea.invidious.io/iv-org/invidious
				synced 2025-06-05 23:29:12 +02:00 
			
		
		
		
	Double quote variable to prevent sh error (#2754)
This commit is contained in:
		| @@ -18,7 +18,7 @@ COPY ./.git/ ./.git/ | |||||||
| RUN crystal spec --warnings all \ | RUN crystal spec --warnings all \ | ||||||
|     --link-flags "-lxml2 -llzma" |     --link-flags "-lxml2 -llzma" | ||||||
|  |  | ||||||
| RUN if [ ${release} == 1 ] ; then \ | RUN if [ "${release}" == 1 ] ; then \ | ||||||
|         crystal build ./src/invidious.cr \ |         crystal build ./src/invidious.cr \ | ||||||
|         --release \ |         --release \ | ||||||
|         --static --warnings all \ |         --static --warnings all \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user