From 505e25189e97906e48e62aea2b15043e120ddfcc Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 21 Jul 2024 18:50:08 +0000 Subject: [PATCH] fix typos --- .gitea/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d1cf771..72650e1 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,13 +13,14 @@ jobs: - name: Lets See What We Have run: uname -a - echo $PATH - echo $GOPATH - which go - go version + && echo $PATH + && echo $GOPATH + && which go + && go version - name: Clone Repo run: git clone https://repos.gmgauthier.com/gmgauthier/gostations.git . + && ls -la - name: Linux Build run: ./ci-build.sh