Remove test stuff from dockerfile

This commit is contained in:
2019-12-07 19:47:48 +00:00
parent c1e330abd6
commit 10a8052237

View File

@@ -1,23 +1,3 @@
---
kind: pipeline
type: docker
name: linux-amd64
platform:
arch: amd64
os: linux
steps:
- name: test
image: registry.lan/alpine:3.8
commands:
- echo "Running tests"
- name: build
image: registry.lan/alpine:3.8
commands:
- echo "building"
--- ---
kind: pipeline kind: pipeline
name: default name: default