From 983330ebe947a772af8e81c281441636d8efd9f5 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Sun, 4 Jul 2021 01:38:10 -0700 Subject: [PATCH] is the service even running? --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 146948b..7329c6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,7 @@ services: - name: resume image: node commands: + - 'echo "running the command"' - "npx http-server" ---