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 variable in daily slack notifications #6221

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

cocreature
Copy link
Contributor

Currently the report fails with variables[Build.SourceBranchName]:
command not found which is obviously not what we want (it’s mixing up
the syntax in Azure’s yaml config and Bash). Looking at the
code in the tell-slack-failed.yml, this one does seem to work but I
haven’t tested this so :crossed-fingers:.

changelog_begin
changelog_end

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

@garyverhaegen-da
Copy link
Contributor

Started daily compat on this branch so we can test before merging. I guess I was too distracted by the Windows failures to notice this error message hidden behind a green dot on Azure.

@garyverhaegen-da
Copy link
Contributor

Daily compat (mac) test did succeed without printing the error, so this is indeed the correct Azure syntax. Thanks!

ci/daily_tell_slack.yml Outdated Show resolved Hide resolved
@cocreature cocreature force-pushed the fix-daily-tell-slack branch from a2c2e1f to 5a7551a Compare June 4, 2020 09:54
Currently the report fails with variables[Build.SourceBranchName]:
command not found which is obviously not what we want (it’s mixing up
the syntax in Azure’s yaml config and Bash). Looking at the
code in the tell-slack-failed.yml, this one does seem to work but I
haven’t tested this so :crossed-fingers:.

changelog_begin
changelog_end
@cocreature cocreature force-pushed the fix-daily-tell-slack branch from 5a7551a to 853bccc Compare June 4, 2020 10:13
@garyverhaegen-da garyverhaegen-da merged commit f1822f6 into master Jun 4, 2020
@garyverhaegen-da garyverhaegen-da deleted the fix-daily-tell-slack branch June 4, 2020 10:41
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.

2 participants