Update the document (#2221)

* Update the document

* Update the document
This commit is contained in:
skiffer-git
2024-04-25 14:17:17 +08:00
committed by GitHub
parent 837e365a80
commit e11b928f4f
6 changed files with 88 additions and 226 deletions
-2
View File
@@ -80,7 +80,6 @@ jobs:
- name: Module Operations
run: |
sudo go mod tidy
echo "===========> Verifying go-gitlint is installed"
if [ ! -f ./_output/tools/go-gitlint ]; then
export GOBIN=$(pwd)/_output/tools
@@ -89,7 +88,6 @@ jobs:
echo "===========> go-gitlint is installed in /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
fi
- name: Build, Start(make build && make start)
run: |
sudo ./scripts/install/install.sh -i