Merge pull request #153 from CarlJi/0117

doc: update wechat image
This commit is contained in:
qiniu-bot 2021-01-17 21:10:35 +08:00 committed by GitHub
commit 8a4d7bc396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 2 deletions

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
job_1:
name: Build goc binary

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
run:
name: vet and gofmt

View File

@ -5,9 +5,11 @@ on:
push:
paths-ignore:
- '**.md'
- '**.png'
pull_request:
paths-ignore:
- '**.md'
- '**.png'
jobs:
run:
name: go test

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -85,8 +85,6 @@ func (b *Build) cpNonStandardLegacy() {
log.Printf("Failed to Copy the folder from %v to %v, the error is: %v ", src, dst, err)
}
break
} else {
continue
}
}
}