From 13e6acbe4a23589aa86b7410291a5f7f6c4a3ae7 Mon Sep 17 00:00:00 2001 From: cccs-rs <62077998+cccs-rs@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:46:59 +0000 Subject: [PATCH] Try evaluation before job is executed --- pipelines/full-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/full-build.yaml b/pipelines/full-build.yaml index 5eb8971..37e0417 100644 --- a/pipelines/full-build.yaml +++ b/pipelines/full-build.yaml @@ -291,7 +291,7 @@ stages: - template: templates/steps/publish-description.yaml parameters: dockerhub_repo: $(CONTAINER_NAME) - github_repo: $[ coalesce($(DIRECTORY), $(CONTAINER_NAME)) ] + github_repo: $( coalesce($(DIRECTORY), $(CONTAINER_NAME)) ) - job: update_odm_docs