Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Commit 215a4e7

Browse files
committed
淦,不弄了,真辣鸡
1 parent f907410 commit 215a4e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ deploy:
3131
- build/*.crx
3232
- build/*.zip
3333
skip_cleanup: true
34-
name: $TRAVIS_TAG
35-
body: $(git log --pretty=format:"%s" ${TRAVIS_TAG}..)
3634
on:
3735
tags: true
3836
branch: master

src/tg-bot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const tag = process.env.TRAVIS_TAG || false;
1010

1111
const tgBot = new TelegramBot(botToken, { polling: false });
1212

13-
exec('git log --pretty=format:"%s" ' + (branch == 'master' && tag ? tag + '..' : commit_range), (err, stdout, stderr) => {
13+
exec('git log --pretty=format:"%s" ' + (branch == tag ? tag + '..' : commit_range), (err, stdout, stderr) => {
1414
let sendText = '';
1515
let end = '';
1616
if (branch == 'master' && tag) {

0 commit comments

Comments
 (0)