This commit is contained in:
		
							parent
							
								
									2b1c44a619
								
							
						
					
					
						commit
						505e25189e
					
				@ -13,13 +13,14 @@ jobs:
 | 
				
			|||||||
      - name: Lets See What We Have
 | 
					      - name: Lets See What We Have
 | 
				
			||||||
        run:
 | 
					        run:
 | 
				
			||||||
          uname -a
 | 
					          uname -a
 | 
				
			||||||
          echo $PATH
 | 
					          && echo $PATH
 | 
				
			||||||
          echo $GOPATH
 | 
					          && echo $GOPATH
 | 
				
			||||||
          which go
 | 
					          && which go
 | 
				
			||||||
          go version
 | 
					          && go version
 | 
				
			||||||
      - name: Clone Repo
 | 
					      - name: Clone Repo
 | 
				
			||||||
        run:
 | 
					        run:
 | 
				
			||||||
          git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
 | 
					          git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
 | 
				
			||||||
 | 
					          && ls -la
 | 
				
			||||||
      - name: Linux Build
 | 
					      - name: Linux Build
 | 
				
			||||||
        run:
 | 
					        run:
 | 
				
			||||||
          ./ci-build.sh
 | 
					          ./ci-build.sh
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user