Skip to content

Commit

Permalink
Merge pull request #445 from mattermost/CLD-7958-plugin-store-migration
Browse files Browse the repository at this point in the history
[chore] migration of plugin-store
  • Loading branch information
phoinixgrr authored Jul 3, 2024
2 parents 422caf7 + ee43461 commit bd20332
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 255 deletions.
2 changes: 1 addition & 1 deletion cmd/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
defaultRemotePluginStore = "https://plugins-store.test.mattermost.com/release"
defaultRemotePluginStore = "https://plugins.releases.mattermost.com/release"
defaultGitHubOrg = "mattermost"
)

Expand Down
6 changes: 3 additions & 3 deletions internal/api/plugins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ func TestPlugins(t *testing.T) {
Signature: "signature6",
Platforms: model.PlatformBundles{
LinuxAmd64: model.PlatformBundleMetadata{
DownloadURL: "https://plugins-store.test.mattermost.com/release/mattermost-plugin-todo-v0.3.0-linux-amd64.tar.gz",
DownloadURL: "https://plugins.releases.mattermost.com/release/mattermost-plugin-todo-v0.3.0-linux-amd64.tar.gz",
Signature: "signature6 for linux",
},
DarwinAmd64: model.PlatformBundleMetadata{
DownloadURL: "https://plugins-store.test.mattermost.com/release/mattermost-plugin-todo-v0.3.0-osx-amd64.tar.gz",
DownloadURL: "https://plugins.releases.mattermost.com/release/mattermost-plugin-todo-v0.3.0-osx-amd64.tar.gz",
Signature: "signature6 for darwin",
},
WindowsAmd64: model.PlatformBundleMetadata{
DownloadURL: "https://plugins-store.test.mattermost.com/release/mattermost-plugin-todo-v0.3.0-windows-amd64.tar.gz",
DownloadURL: "https://plugins.releases.mattermost.com/release/mattermost-plugin-todo-v0.3.0-windows-amd64.tar.gz",
Signature: "signature6 for windows",
},
},
Expand Down
Loading

0 comments on commit bd20332

Please sign in to comment.