This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Mirror fix
tags/v1.2.0-rc1
Unknown
11 years ago
parent
c018b1a88d
commit
1161c71ac1
2 changed files
with
0 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gobuild.yml
+0
-2
models/release.go
+ 0
- 1
.gobuild.yml
View File
@@ -1,6 +1,5 @@
filesets:
filesets:
includes:
includes:
- conf
- templates
- templates
- public
- public
- LICENSE
- LICENSE
+ 0
- 2
models/release.go
View File
@@ -61,8 +61,6 @@ func CreateRelease(gitRepo *git.Repository, rel *Release) error {
if !gitRepo.IsTagExist(rel.TagName) {
if !gitRepo.IsTagExist(rel.TagName) {
_, stderr, err := com.ExecCmdDir(gitRepo.Path, "git", "tag", rel.TagName, "-m", rel.Title)
_, stderr, err := com.ExecCmdDir(gitRepo.Path, "git", "tag", rel.TagName, "-m", rel.Title)
if err != nil {
if err != nil {
return err
} else if strings.Contains(stderr, "fatal:") {
return errors.New(stderr)
return errors.New(stderr)
}
}
} else {
} else {
Write
Preview
Loading…
Cancel
Save