mirror of https://github.com/Chocobozzz/PeerTube
Stop killing peertube in ci script
parent
ad5db1044c
commit
98846837eb
|
@ -2,7 +2,7 @@ import { Component, EventEmitter, Input, OnChanges, Output, ViewChild } from '@a
|
||||||
import { AuthService, ConfirmService, Notifier, ScreenService } from '@app/core'
|
import { AuthService, ConfirmService, Notifier, ScreenService } from '@app/core'
|
||||||
import { BlocklistService, VideoBlockComponent, VideoBlockService, VideoReportComponent } from '@app/shared/shared-moderation'
|
import { BlocklistService, VideoBlockComponent, VideoBlockService, VideoReportComponent } from '@app/shared/shared-moderation'
|
||||||
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
|
import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
|
||||||
import { UserRight, VideoCaption, VideoState } from '@shared/models'
|
import { VideoCaption } from '@shared/models'
|
||||||
import {
|
import {
|
||||||
Actor,
|
Actor,
|
||||||
DropdownAction,
|
DropdownAction,
|
||||||
|
|
|
@ -7,8 +7,6 @@ if [ $# -eq 0 ]; then
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
killall -q peertube || true
|
|
||||||
|
|
||||||
retries=3
|
retries=3
|
||||||
|
|
||||||
runTest () {
|
runTest () {
|
||||||
|
|
|
@ -33,7 +33,7 @@ import { getHLSDirectory, getHLSRedundancyDirectory } from '@server/lib/paths'
|
||||||
import { VideoPathManager } from '@server/lib/video-path-manager'
|
import { VideoPathManager } from '@server/lib/video-path-manager'
|
||||||
import { getServerActor } from '@server/models/application/application'
|
import { getServerActor } from '@server/models/application/application'
|
||||||
import { ModelCache } from '@server/models/model-cache'
|
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 { VideoFile, VideoInclude } from '@shared/models'
|
||||||
import { ResultList, UserRight, VideoPrivacy, VideoState } from '../../../shared'
|
import { ResultList, UserRight, VideoPrivacy, VideoState } from '../../../shared'
|
||||||
import { VideoObject } from '../../../shared/models/activitypub/objects'
|
import { VideoObject } from '../../../shared/models/activitypub/objects'
|
||||||
|
|
Loading…
Reference in New Issue