diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:33:51 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-01-22 12:43:15 +0100 |
commit | 3cc995a1318b971aed9f8d9f968d4a0a16ece53b (patch) | |
tree | 29b0dd9d13c5bdf777d3d3ecbb1913f7b69283db /shippable.yml | |
parent | 44ff107df1c47eb3e030880c440eb5d6f1b899a2 (diff) |
CI: Use debian:buster as test base image
This prepares us for the upcoming buster release, as buster
is the main release series for this series (the other being
Ubuntu disco).
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shippable.yml b/shippable.yml index 3978ddcb5..8588fcf15 100644 --- a/shippable.yml +++ b/shippable.yml @@ -4,8 +4,8 @@ env: build: pre_ci_boot: - image_name: ubuntu - image_tag: bionic + image_name: debian + image_tag: buster pull: true ci: - apt-get install -qq build-essential expect |