From 002ad714a98dcc7de5edd838b83239b92c73d048 Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 16 Jun 2023 02:30:22 -0500 Subject: [PATCH] updated test --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 13dc29a..d431138 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,4 +15,8 @@ steps: - latest when: branch: - - main \ No newline at end of file + - main +- name: test + image: git.jbranan.com/jblu/phc:latest + commands: + - /bin/sh /opt/phc.sh \ No newline at end of file