Removing ubuntu 14

This commit is contained in:
Brett Benassi 2019-02-01 13:47:55 -07:00
parent 9203519aab
commit a76a72de79
No known key found for this signature in database
GPG key ID: 7056CA43F36FDA8C
2 changed files with 2 additions and 24 deletions

View file

@ -42,7 +42,7 @@ local distros = [
{ name: 'centos', version: '7' },
{ name: 'debian', version: '8' },
{ name: 'debian', version: '9' },
{ name: 'ubuntu', version: '1404' },
# { name: 'ubuntu', version: '1404' },
# { name: 'ubuntu', version: '1604' },
{ name: 'ubuntu', version: '1804' },
];

View file

@ -125,28 +125,6 @@ steps:
depends_on:
- run-shellcheck
---
kind: pipeline
name: build-ubuntu-1404
platform:
os: linux
arch: amd64
steps:
- name: build
image: saltstack/drone-plugin-kitchen
settings:
requirements: tests/requirements.txt
target: ubuntu-1404
privileged: true
when:
event:
- pull_request
depends_on:
- run-shellcheck
---
kind: pipeline
name: build-ubuntu-1804
@ -171,6 +149,6 @@ depends_on:
---
kind: signature
hmac: 3872650e56f228942361778f1a5b97b9d9447d880e951df3e938db66db4dc4b5
hmac: 177ea56204b3976fd6728cbddd22a8fab85c9d487294021221871cfb3d568efa
...