diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-01-26 10:49:14 -0800 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-29 19:40:25 +0000 |
| commit | c321339b24f896d02b0839d1b1e5008eae405858 (patch) | |
| tree | b2f70aa8e963024132bc54812af7c63b78905189 /ci/ciimage/ubuntu-rolling/image.json | |
| parent | cbdef0479eba33228bf35ddef7b7c2eceda4ec64 (diff) | |
| download | meson-c321339b24f896d02b0839d1b1e5008eae405858.tar.gz | |
Change the Eoan CI to ubuntu rolling ci
This makes the Ubuntu CI always use the latest release, without us
having to manually change it.
Diffstat (limited to 'ci/ciimage/ubuntu-rolling/image.json')
| -rw-r--r-- | ci/ciimage/ubuntu-rolling/image.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ci/ciimage/ubuntu-rolling/image.json b/ci/ciimage/ubuntu-rolling/image.json new file mode 100644 index 000000000..038b9451c --- /dev/null +++ b/ci/ciimage/ubuntu-rolling/image.json @@ -0,0 +1,7 @@ +{ + "base_image": "ubuntu:rolling", + "env": { + "CI": "1", + "DC": "gdc" + } +} |
