diff options
author | Adam Kocoloski <kocolosk@apache.org> | 2019-08-14 12:07:38 -0400 |
---|---|---|
committer | Adam Kocoloski <kocolosk@apache.org> | 2019-08-16 12:34:48 -0400 |
commit | e17f93393a3e6e1948f306786bd85889aec1805b (patch) | |
tree | 0a2c71f42e490e06c4a4d9b1baf260f8fab9098a | |
parent | 54fe9525b92e0b0ba94692d637a1d711f31b1621 (diff) | |
download | couchdb-e17f93393a3e6e1948f306786bd85889aec1805b.tar.gz |
Don't try to publish trusty packages
We aren't building them anymore.
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index f8f6a2f8b..342ac6c83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -529,8 +529,6 @@ pipeline { reprepro -b couchdb-pkg/repo includedeb jessie pkgs/jessie/*.deb cp js/debian-stretch/*.deb pkgs/stretch reprepro -b couchdb-pkg/repo includedeb stretch pkgs/stretch/*.deb - cp js/ubuntu-trusty/*.deb pkgs/trusty - reprepro -b couchdb-pkg/repo includedeb trusty pkgs/trusty/*.deb cp js/ubuntu-xenial/*.deb pkgs/xenial reprepro -b couchdb-pkg/repo includedeb xenial pkgs/xenial/*.deb cp js/ubuntu-bionic/*.deb pkgs/bionic |