Skip to content
Snippets Groups Projects
Commit 2c188d97 authored by Ryan Beisner's avatar Ryan Beisner
Browse files

Add cosmic

Add a tactical change which is already merged into charm-helpers.

This needs to go into all charms to solve the chicken:egg issue
where cosmic is untestable until this change exists.

Reference:

https://github.com/juju/charm-helpers/commit/4835c6c167c429527ef0a0291d17cf559c9cf880

Change-Id: I7c775abf0172bb17e047542c8b1fc728c56bdfe5
parent b0b51fc2
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ UBUNTU_RELEASES = ( ...@@ -21,6 +21,7 @@ UBUNTU_RELEASES = (
'zesty', 'zesty',
'artful', 'artful',
'bionic', 'bionic',
'cosmic',
) )
......
...@@ -21,6 +21,7 @@ UBUNTU_RELEASES = ( ...@@ -21,6 +21,7 @@ UBUNTU_RELEASES = (
'zesty', 'zesty',
'artful', 'artful',
'bionic', 'bionic',
'cosmic',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment