Skip to content

Commit

Permalink
Merge pull request #253 from everydayhero/se-fix-announce-really
Browse files Browse the repository at this point in the history
Fix announce really
  • Loading branch information
kizza committed Apr 14, 2016
2 parents ed2ed9d + b308dea commit 969c577
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ steps:
branches: "v-3"
agents:
queue: native

- type: "waiter"

- name: ":loudspeaker:"
command: "bin/buildkite bin/ci announce released"
branches: "v-3"
agents:
queue: native
2 changes: 2 additions & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ if [[ "${BUILDKITE_MESSAGE}" =~ $pat ]]; then
echo -e "$NPM_USER\n$NPM_PASS\n$NPM_EMAIL" | npm login
node_modules/.bin/gulp transpile
npm publish transpiled

./bin/buildkite bin/ci announce released
fi
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ tests:
- AWS_KEY
- AWS_SECRET
- BUILDKITE_MESSAGE
- BUILDKITE_BRANCH
- BUILDKITE_BUILD_URL
- BUILDKITE_BUILD_NUMBER
- BUILDKITE_COMMIT
- BUILDKITE_JOB_ID

0 comments on commit 969c577

Please sign in to comment.