fix trdt session
This commit is contained in:
parent
70f0e4b9e5
commit
7e983dbb0e
2 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ preflight:
|
|||
stage: preflight
|
||||
script:
|
||||
- pwd
|
||||
- git clone -b successful_set_export_fixed "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git"
|
||||
- git clone -b only_fond "http://gitlab-ci-token:$ACCESS_TOKEN@git.mfd.msk/mfd/clearing_test.git"
|
||||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
expire_in: 1 day
|
||||
|
|
|
|||
|
|
@ -94,7 +94,10 @@ public class SecondaryAuctionT0SessionStateMachineConfig
|
|||
InspectionObligationsV2Action inspectionObligationsV2Action,
|
||||
FormingPaymentInstructionAssetsAction formingPaymentInstructionAssetsAction,
|
||||
AgainReviseStage3Action againRevise,
|
||||
FinishingSessionAction finishingSessionAction, EndStageNotificationAction endStageNotificationAction, SaveRegistriesAndContinueAction obligationAdmissionContinueAction, @Qualifier("marketCodesForT0Primary") Supplier<List<String>> marketCodes
|
||||
FinishingSessionAction finishingSessionAction,
|
||||
EndStageNotificationAction endStageNotificationAction,
|
||||
SaveRegistriesAndContinueAction obligationAdmissionContinueAction,
|
||||
@Qualifier("marketCodesForT0") Supplier<List<String>> marketCodes
|
||||
) {
|
||||
this.sendSdf56Action = sendSdf56Action;
|
||||
this.sessionImdg = imdgProvider.getImdg(IMDGDistributedNames.Map_Session, Session.class);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue