parent
							
								
									be1a214a13
								
							
						
					
					
						commit
						2b1c44a619
					
				@ -10,6 +10,16 @@ jobs:
 | 
				
			|||||||
    runs-on: golang-latest
 | 
					    runs-on: golang-latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Lets See What We Have
 | 
				
			||||||
 | 
					        run:
 | 
				
			||||||
 | 
					          uname -a
 | 
				
			||||||
 | 
					          echo $PATH
 | 
				
			||||||
 | 
					          echo $GOPATH
 | 
				
			||||||
 | 
					          which go
 | 
				
			||||||
 | 
					          go version
 | 
				
			||||||
 | 
					      - name: Clone Repo
 | 
				
			||||||
 | 
					        run:
 | 
				
			||||||
 | 
					          git clone https://repos.gmgauthier.com/gmgauthier/gostations.git .
 | 
				
			||||||
      - name: Linux Build
 | 
					      - name: Linux Build
 | 
				
			||||||
        run:
 | 
					        run:
 | 
				
			||||||
          ./ci-build.sh
 | 
					          ./ci-build.sh
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user