Skip to content

Commit

Permalink
Merge pull request #5957 from mysteriumnetwork/remove-ubuntu-lunar
Browse files Browse the repository at this point in the history
Remove lunar from releaseDebianPPA and TestInstall
  • Loading branch information
soffokl authored Jan 29, 2024
2 parents 9d85620 + 2f590de commit 1acaf1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion ci/release/debian.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func releaseDebianPPA(opts *releaseDebianOpts) error {
return err
}

for _, codename := range []string{"bionic", "focal", "jammy", "lunar"} {
for _, codename := range []string{"bionic", "focal", "jammy"} {
err := shell.NewCmdf("bin/release_ppa %s %s %s %s", opts.repository, opts.version, opts.buildNumber, codename).Run()
if err != nil {
return err
Expand Down
34 changes: 0 additions & 34 deletions ci/test/testinstall/Dockerfile.ubuntu-lunar

This file was deleted.

1 change: 0 additions & 1 deletion ci/test/testinstall/install_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func TestInstall(t *testing.T) {
"ubuntu-focal",
"ubuntu-impish",
"ubuntu-jammy",
"ubuntu-lunar",
}
for _, img := range images {
t.Run(img, func(t *testing.T) {
Expand Down

0 comments on commit 1acaf1b

Please sign in to comment.