1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Remove old drone leftovers

This commit is contained in:
fosslinux 2020-02-05 19:50:26 +11:00
parent 0fe375350f
commit c17e718794
No known key found for this signature in database
GPG Key ID: 7D7996D0C25B63A3
2 changed files with 0 additions and 21 deletions

View File

@ -1,17 +0,0 @@
kind: pipeline
name: default
steps:
- name: build
image: ubuntu:18.04
commands:
- .drone/deps
- make
- make install
- name: debian
image: ubuntu:18.04
commands:
- .drone/deps
- apt-get -qq install debhelper git libwrap0-dev openbsd-inetd > /dev/null
- make deb
- dpkg -i ../*.deb

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
apt-get -qq update > /dev/null
apt-get -qq dist-upgrade > /dev/null
apt-get -qq install build-essential > /dev/null