|
|
@ -80,7 +80,6 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Module Operations
|
|
|
|
- name: Module Operations
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo go mod tidy
|
|
|
|
|
|
|
|
echo "===========> Verifying go-gitlint is installed"
|
|
|
|
echo "===========> Verifying go-gitlint is installed"
|
|
|
|
if [ ! -f ./_output/tools/go-gitlint ]; then
|
|
|
|
if [ ! -f ./_output/tools/go-gitlint ]; then
|
|
|
|
export GOBIN=$(pwd)/_output/tools
|
|
|
|
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"
|
|
|
|
echo "===========> go-gitlint is installed in /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build, Start(make build && make start)
|
|
|
|
- name: Build, Start(make build && make start)
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
sudo ./scripts/install/install.sh -i
|
|
|
|
sudo ./scripts/install/install.sh -i
|
|
|
|