Stop killing peertube in ci script
This commit is contained in:
parent
ad5db1044c
commit
98846837eb
3 changed files with 2 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -7,8 +7,6 @@ if [ $# -eq 0 ]; then
|
|||
exit -1
|
||||
fi
|
||||
|
||||
killall -q peertube || true
|
||||
|
||||
retries=3
|
||||
|
||||
runTest () {
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue