update runner
This commit is contained in:
parent
ae0c318fa0
commit
1061d8c48c
|
@ -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
2
debian/Makefile
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user