mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
scripts(circleCI): removing github tasks from CI scripts
This commit is contained in:
@@ -109,7 +109,7 @@ gulp.task('bundle', [
|
||||
'scripts',
|
||||
'scripts-ng',
|
||||
'vendor',
|
||||
'version',
|
||||
'version'
|
||||
], function() {
|
||||
gulp.src(buildConfig.ionicBundleFiles.map(function(src) {
|
||||
return src.replace(/.js$/, '.min.js');
|
||||
|
||||
@@ -35,8 +35,8 @@ function run {
|
||||
# Push release to ionic repo: release only
|
||||
if [[ "$IS_RELEASE" == "true" ]]; then
|
||||
./scripts/release/publish.sh
|
||||
node_modules/.bin/gulp release-discourse
|
||||
node_modules/.bin/gulp release-github
|
||||
# node_modules/.bin/gulp release-discourse
|
||||
# node_modules/.bin/gulp release-github
|
||||
# node_modules/.bin/gulp release-tweet
|
||||
# node_modules/.bin/gulp release-irc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user