Skip to content

Commit

Permalink
chore(ci): remove golang from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jun 12, 2023
1 parent 01269fe commit 128f88d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ jobs:
chmod +x ./srctx-linux-amd64
# golang
git clone https://github.com/gin-gonic/gin --depth=2
cd gin
../srctx-linux-amd64 diff --lang GOLANG --withIndex --outputHtml ../golang.html
cd ..
# still do not work in CI... do not know why
# git clone https://github.com/gin-gonic/gin --depth=2
# cd gin
# ../srctx-linux-amd64 diff --lang GOLANG --withIndex --outputHtml ../golang.html
# cd ..
# java/maven
git clone https://github.com/williamfzc/sibyl --depth=2
Expand Down

0 comments on commit 128f88d

Please sign in to comment.