mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Remove old drone leftovers
This commit is contained in:
parent
0fe375350f
commit
c17e718794
17
.drone.yml
17
.drone.yml
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user