mirror of
				https://github.com/ansible-collections/community.general.git
				synced 2025-10-25 05:23:58 -07:00 
			
		
		
		
	Update shippable shared dir for COPY_SOURCE. (#16511)
Tests now use '/shared' instead of '/tmp/shared-dir' when using COPY_SOURCE. This avoids issues with containers purging '/tmp'.
This commit is contained in:
		
					parent
					
						
							
								47f715fb37
							
						
					
				
			
			
				commit
				
					
						fbfadc47c7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -22,7 +22,7 @@ else | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| if [ "${copy_source}" ]; then | if [ "${copy_source}" ]; then | ||||||
|     test_shared_dir="/tmp/shared-dir" |     test_shared_dir="/shared" | ||||||
| else | else | ||||||
|     test_shared_dir="${test_ansible_dir}" |     test_shared_dir="${test_ansible_dir}" | ||||||
| fi | fi | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue