forked from LaconicNetwork/kompose
OpenShift Tests for the build and push
This patch fixes the broken buildconfig functional tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM busybox:1.26.2
|
||||
|
||||
RUN touch /test
|
||||
@@ -0,0 +1,6 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
foo:
|
||||
build: "./build"
|
||||
command: sleep 100
|
||||
Reference in New Issue
Block a user