]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Stop killing peertube in ci script
authorChocobozzz <me@florianbigard.com>
Thu, 18 Nov 2021 14:22:53 +0000 (15:22 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 18 Nov 2021 14:32:06 +0000 (15:32 +0100)
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
scripts/ci.sh
server/models/video/video.ts

index 2ab9f47390db618455449ca5543fa4e81069ce4f..c2a31828590323858ab18c5d30d1b86cd0ba7492 100644 (file)
@@ -2,7 +2,7 @@ import { Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@a
 import { AuthService, ConfirmService, Notifier, ScreenService } from '@app/core'
 import { BlocklistService, VideoBlockComponent, VideoBlockService, VideoReportComponent } from '@app/shared/shared-moderation'
 import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
-import { UserRight, VideoCaption, VideoState } from '@shared/models'
+import { VideoCaption } from '@shared/models'
 import {
   Actor,
   DropdownAction,
index 2cb3b96db74570ce24a233f71c62d9808f674d40..a628cbcedb34e4832df075fa67dc97e670a11bb5 100755 (executable)
@@ -7,8 +7,6 @@ if [ $# -eq 0 ]; then
     exit -1
 fi
 
-killall -q peertube || true
-
 retries=3
 
 runTest () {
index c49df1d5e168f2fc572662caf74a163198b3e862..1050463d20dd7dba28c4a8f03364efd0c9e47891 100644 (file)
@@ -33,7 +33,7 @@ import { getHLSDirectory, getHLSRedundancyDirectory } from '@server/lib/paths'
 import { VideoPathManager } from '@server/lib/video-path-manager'
 import { getServerActor } from '@server/models/application/application'
 import { ModelCache } from '@server/models/model-cache'
-import { AttributesOnly, buildVideoEmbedPath, buildVideoWatchPath, isThisWeek, pick } from '@shared/core-utils'
+import { AttributesOnly, buildVideoEmbedPath, buildVideoWatchPath, pick } from '@shared/core-utils'
 import { VideoFile, VideoInclude } from '@shared/models'
 import { ResultList, UserRight, VideoPrivacy, VideoState } from '../../../shared'
 import { VideoObject } from '../../../shared/models/activitypub/objects'