|
|
|
@ -74,8 +74,8 @@ jobs:
|
|
|
|
|
- name: Docker Operations
|
|
|
|
|
run: |
|
|
|
|
|
sudo docker compose up -d
|
|
|
|
|
bash bootstrap.sh
|
|
|
|
|
mage
|
|
|
|
|
sudo bash bootstrap.sh
|
|
|
|
|
sudo mage
|
|
|
|
|
sudo sleep 20
|
|
|
|
|
|
|
|
|
|
- name: Module Operations
|
|
|
|
@ -83,7 +83,7 @@ jobs:
|
|
|
|
|
sudo go mod tidy
|
|
|
|
|
echo "===========> Verifying go-gitlint is installed"
|
|
|
|
|
if [ ! -f ./_output/tools/go-gitlint ]; then
|
|
|
|
|
GOBIN=./_output/tools make tools.install.go-gitlint
|
|
|
|
|
export GOBIN=$(pwd)/_output/tools
|
|
|
|
|
echo "===========> Installing The default installation path is /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
|
|
|
|
go install github.com/marmotedu/go-gitlint/cmd/go-gitlint@latest
|
|
|
|
|
echo "===========> go-gitlint is installed in /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
|
|
|
|