-
Notifications
You must be signed in to change notification settings - Fork 205
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
embryonic Slack notification for master builds #560
Conversation
907c59b
to
67585c5
Compare
9b4c6cc
to
fa35474
Compare
azure-pipelines.yml
Outdated
|
||
- job: notify | ||
dependsOn: ["linux", "macos", "windows", "release"] | ||
condition: always() #eq(variables['Build.SourceBranchName'], 'master') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you only disabled this for testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, will definitely re-enable before merging.
75b5039
to
3cda712
Compare
17e3a5e
to
7cdbc53
Compare
7cdbc53
to
8c4263c
Compare
@@ -25,6 +25,14 @@ jobs: | |||
- template: ci/build-unix.yml | |||
parameters: | |||
name: linux | |||
- bash: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hoping azures' yaml parser supports this: can we use anchors and merge keys to reduce code duplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/azure-pipelines.yml: Anchors are not currently supported. Remove the anchor 'SLACK'
Nope :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b33d278
to
8c4263c
Compare
No description provided.