Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Ensure slack notification git log works off the correct data branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 14, 2016
1 parent 34a4ac4 commit 9ca2f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@
* SCP: Files to backend md servers
* SAML MD: Verify remote MD.
* Azure: Send purge to CDN
* Git: Make sure we're on master branch (to calculate git commits)
* Slack: Send notification to UKf channel
-->
<target name="process.publish" depends="
Expand All @@ -568,6 +569,7 @@
samlmd.aggregates.verify.remote,
azure.purgecdn,
lock.unlock,
git.data.masterbranch.checkout,
slack.notify.publication.success">
<echo>Stage 6 Success: Aggregates and MDQ cache pushed and verified.</echo>
</target>
Expand Down

0 comments on commit 9ca2f79

Please sign in to comment.