From b0f06c1082e4dd4dcc3384d07b5730d423144858 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Mon, 15 May 2023 11:18:52 +0200 Subject: [PATCH] depends_on is a string array --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fa75586..52f1617 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,7 +52,8 @@ steps: <<: *anchor_compiler_image commands: - make install - depends_on: build-success + depends_on: + - build-success # ### TODO package up the contents of .libs and maybe the public header?