Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs committed Dec 24, 2024
1 parent bdfeb6d commit 30099d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/templates/steps/publish-description.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
git_repo = "${{ parameters.github_repo }}"
docker_repo ="${{ parameters.dockerhub_repo }}" or git_repo
readme = "${{ parameters.readme_path }}"
if not readme
if not readme:
readme = "README.md"
readme_path = os.path.join("$(Pipeline.Workspace)/working", git_repo, readme)
Expand Down

0 comments on commit 30099d4

Please sign in to comment.