1
0
Fork 0

Stop killing peertube in ci script

This commit is contained in:
Chocobozzz 2021-11-18 15:22:53 +01:00
parent ad5db1044c
commit 98846837eb
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 2 additions and 4 deletions

View 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,

View File

@ -7,8 +7,6 @@ if [ $# -eq 0 ]; then
exit -1
fi
killall -q peertube || true
retries=3
runTest () {

View 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'