Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix self-referencing filename #177

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

kriscon-db
Copy link
Contributor

@kriscon-db kriscon-db commented Oct 29, 2024

Cutting a PR based off of user report:

From my understanding, the following line is self referencing but the filename is incorrect. The current filename is *-tests-ci.yml.

- '.azure/devops-pipelines/{{ .input_project_name }}-run-tests.yml'

Thus, the line should be updated to:

 - '.azure/devops-pipelines/{{ .input_project_name }}-tests-ci.yml'

@arpitjasa-db arpitjasa-db linked an issue Oct 29, 2024 that may be closed by this pull request
@kriscon-db kriscon-db changed the title [ES-1293565] Fix self-referencing filename Fix self-referencing filename Oct 29, 2024
@kriscon-db kriscon-db merged commit 25aae1b into databricks:main Oct 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong filename in self referencing path in azure devops template
2 participants