AUTH-2927 run message update after all github builds are done

This commit is contained in:
Dalton
2020-07-29 12:50:25 -05:00
parent 9952ce0069
commit 5b3b592108
4 changed files with 140 additions and 31 deletions

View File

@@ -190,6 +190,15 @@ stretch: &stretch
- s3cmd
post-cache:
- .teamcity/update-homebrew.sh
github-message-release:
build_dir: *build_dir
builddeps:
- *pinned_go
- python3-setuptools
- python3-pip
post-cache:
- pip3 install pygithub
- make github-message
jessie: *stretch