From 150bc694857cec38d5b0dd990c085d87aaaeb6d9 Mon Sep 17 00:00:00 2001 From: Ferdinando Papale <4850119+papafe@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:28:34 +0200 Subject: [PATCH] Added comment [skip-ci] --- .github/templates/build.lib.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/templates/build.lib.yml b/.github/templates/build.lib.yml index 4a47397bf5..c5a4b710a1 100644 --- a/.github/templates/build.lib.yml +++ b/.github/templates/build.lib.yml @@ -43,6 +43,8 @@ deploy-cluster: AtlasPrivateKey: #@ secret_AtlasPrivateKey #@ end +#! We need to have two input arrays because there is not a 1-to-1 correspondence between dependencies +#! and targets, for example for macOS. #@ def cleanupBaas(dependencies = [], targets = []): #@ needs = ["deploy-cluster"] #@ differentiators = []