fix: drone env variable expression
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		
							parent
							
								
									3663923a64
								
							
						
					
					
						commit
						6e20276614
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -78,8 +78,8 @@ steps:
 | 
			
		|||
      - export CXX=$(which g++)
 | 
			
		||||
      - export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
 | 
			
		||||
 | 
			
		||||
      - conan install . --build=missing -pr=$$CONAN_PROFILE
 | 
			
		||||
      - conan build . -pr=$$CONAN_PROFILE
 | 
			
		||||
      - conan install . --build=missing -pr=$${CONAN_PROFILE}
 | 
			
		||||
      - conan build . -pr=$${CONAN_PROFILE}
 | 
			
		||||
 | 
			
		||||
      - ./build/Release/modules/light/light
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -100,7 +100,7 @@ steps:
 | 
			
		|||
      - export CONAN_PROFILE="$(pwd)/tools/conan/profiles/linux_gcc_amd64"
 | 
			
		||||
 | 
			
		||||
      - conan install . --build=missing -pr=$$CONAN_PROFILE
 | 
			
		||||
      - conan build . -pr=$$CONAN_PROFILE
 | 
			
		||||
      - conan build . -pr=$${CONAN_PROFILE}
 | 
			
		||||
 | 
			
		||||
      - ./build/Release/modules/light/light
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue