From 13a5963181a7822b76c6548280a649711b0d6d1a Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Mon, 28 Oct 2019 10:24:37 -0400 Subject: [PATCH] Update .travis.yml and .codeclimate.yml (#4639) [deploy] --- .github/CODEOWNERS | 2 -- .travis.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e882399dd..6340c64fd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,3 @@ -* @thepracticaldev/core-pullassigner - # SRE Gemfile @thepracticaldev/sre /db/ @thepracticaldev/sre diff --git a/.travis.yml b/.travis.yml index 26a57dec8..5901f3d2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,7 @@ deploy: app: master: practicaldev on: - condition: commit_message =~ /\[\s?deploy\s?\]/ + condition: $TRAVIS_COMMIT_MESSAGE =~ /\[\s?deploy\s?\]/ after_deploy: - bash after_deploy.sh notifications: