From 37062e0127bdf90ff52a68596676a4d81fc59716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cibrahim0814=E2=80=9D?= Date: Tue, 6 Aug 2019 10:50:21 -0700 Subject: [PATCH] separate step for coverage upload --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 2fcee71..c847b67 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1 +1,3 @@ +#!/bin/sh + echo "Hello World" \ No newline at end of file