Skip to content

Commit

Permalink
Try evaluation before job is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Dec 23, 2024
1 parent 5bd83fb commit 13e6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13e6acb

Please sign in to comment.