OpenShift Tests for the build and push

This patch fixes the broken buildconfig functional tests
This commit is contained in:
Anush Shetty
2017-06-30 14:45:39 +05:30
parent cf39f78435
commit de5cdfa6a2
5 changed files with 39 additions and 7 deletions
@@ -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