mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(release-discourse-task): update old test code
This commit is contained in:
@@ -311,8 +311,8 @@ gulp.task('release-discourse', function(done) {
|
||||
|
||||
return q.all([
|
||||
updatePost(newPostUrl, 'closed', true),
|
||||
updatePost(newPostUrl, 'visible', false),
|
||||
oldPostUrl && updatePost(oldPostUrl, 'pinned', true)
|
||||
updatePost(newPostUrl, 'pinned', true),
|
||||
oldPostUrl && updatePost(oldPostUrl, 'pinned', false)
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user