cicd: add -f to rm
This commit is contained in:
		
							parent
							
								
									b61b3f543d
								
							
						
					
					
						commit
						8d9d829758
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -75,7 +75,7 @@ steps:
 | 
			
		|||
    - name: py
 | 
			
		||||
      path: /opt/venv/
 | 
			
		||||
    commands:
 | 
			
		||||
      - rm -rv ./build
 | 
			
		||||
      - rm -rvf ./build
 | 
			
		||||
      - export CC=$(which gcc)
 | 
			
		||||
      - export CXX=$(which g++)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -93,7 +93,7 @@ steps:
 | 
			
		|||
    - name: py
 | 
			
		||||
      path: /opt/venv/
 | 
			
		||||
    commands:
 | 
			
		||||
      - rm -rv ./build
 | 
			
		||||
      - rm -rvf ./build
 | 
			
		||||
      - export CC=$(which clang)
 | 
			
		||||
      - export CXX=$(which clang++)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue