update runner

This commit is contained in:
Xuu 2020-08-17 12:40:32 -06:00
parent ae0c318fa0
commit 1061d8c48c
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ steps:
- name: Test - name: Test
commands: commands:
- make test - make test
trigger:
event:
- push
- pull_request
--- ---
kind: pipeline kind: pipeline
type: exec type: exec

2
debian/Makefile vendored
View File

@ -2,7 +2,7 @@ NAME=sour.is-paste
VERSION:=$(shell cat VERSION) VERSION:=$(shell cat VERSION)
RELEASE:=$(shell cat RELEASE) RELEASE:=$(shell cat RELEASE)
REPO_HOST="kapha" REPO_HOST="xuu@kapha"
REPO_PATH="/opt/web/pub/sour.is/debian/" REPO_PATH="/opt/web/pub/sour.is/debian/"
all: release build copy all: release build copy