mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Removing ubuntu 14
This commit is contained in:
parent
9203519aab
commit
a76a72de79
2 changed files with 2 additions and 24 deletions
|
@ -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' },
|
||||
];
|
||||
|
|
24
.drone.yml
24
.drone.yml
|
@ -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
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Reference in a new issue