chore: fix workflow
This commit is contained in:
		
							parent
							
								
									36813c1285
								
							
						
					
					
						commit
						efa7007b40
					
				@ -24,7 +24,7 @@ jobs:
 | 
				
			|||||||
        #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
 | 
					        #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
 | 
				
			||||||
      - name: Install Rust
 | 
					      - name: Install Rust
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          export RUSTUP_HOME=/usr/share/rust/.rustup
 | 
					          export RUSTUP_HOME=//share/rust/.rustup
 | 
				
			||||||
          export CARGO_HOME=/usr/share/rust/.cargo
 | 
					          export CARGO_HOME=/usr/share/rust/.cargo
 | 
				
			||||||
          printf "\n\t🐋 Installing dependencies 🐋\t\n"
 | 
					          printf "\n\t🐋 Installing dependencies 🐋\t\n"
 | 
				
			||||||
          apt-get -yq update
 | 
					          apt-get -yq update
 | 
				
			||||||
@ -45,8 +45,10 @@ jobs:
 | 
				
			|||||||
          export CARGO_HOME=/usr/share/rust/.cargo
 | 
					          export CARGO_HOME=/usr/share/rust/.cargo
 | 
				
			||||||
          source "${CARGO_HOME}/env"
 | 
					          source "${CARGO_HOME}/env"
 | 
				
			||||||
          cd ${{ gitea.workspace }}          
 | 
					          cd ${{ gitea.workspace }}          
 | 
				
			||||||
          cargo build
 | 
					          pwd
 | 
				
			||||||
          ls -l target/debug
 | 
					          ls /data
 | 
				
			||||||
 | 
					          #cargo build
 | 
				
			||||||
 | 
					          #ls -l target/debug
 | 
				
			||||||
      - name: Install kubectl
 | 
					      - name: Install kubectl
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          OS="$(uname | tr '[:upper:]' '[:lower:]')"
 | 
					          OS="$(uname | tr '[:upper:]' '[:lower:]')"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user