Skip to content

Commit

Permalink
chore(release): remove twitter/irc
Browse files Browse the repository at this point in the history
ajoslin committed Apr 29, 2015
1 parent f6ca79b commit 43dacd8
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -225,6 +225,7 @@ gulp.task('version', function() {
.pipe(gulp.dest(buildConfig.dist));
});

/*
gulp.task('release-tweet', function(done) {
var oauth = {
consumerKey: process.env.TWITTER_CONSUMER_KEY,
@@ -245,7 +246,9 @@ gulp.task('release-tweet', function(done) {
done
);
});
*/

/*
gulp.task('release-irc', function(done) {
var client = irc({
host: 'irc.freenode.net',
@@ -260,6 +263,7 @@ gulp.task('release-irc', function(done) {
});
});
});
*/

gulp.task('release-github', function(done) {
var github = new GithubApi({
4 changes: 2 additions & 2 deletions scripts/circle/deploy.sh
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@ function run {
./scripts/release/publish.sh
node_modules/.bin/gulp release-discourse
node_modules/.bin/gulp release-github
node_modules/.bin/gulp release-tweet
node_modules/.bin/gulp release-irc
# node_modules/.bin/gulp release-tweet
# node_modules/.bin/gulp release-irc
fi
;;
1)

0 comments on commit 43dacd8

Please sign in to comment.