Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Bugfix: cannot resort exists app
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng1 committed Aug 3, 2020
1 parent 57f021c commit 85ecf24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-app/release_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func main() {
versionId = res.VersionId
} else {
logger.Info(nil, "app %v version %s is exists, skip...", appName, versionName)
appIds = append(appIds, appId)
continue
}
} else {
Expand Down

0 comments on commit 85ecf24

Please sign in to comment.