From d6f19e1dc95078a5d50e0d8186b7f36c9349b6d3 Mon Sep 17 00:00:00 2001 From: canterburym Date: Mon, 16 Jan 2023 12:00:33 +0000 Subject: [PATCH 1/5] Add two lines and remove a third. --- 103120/schema/ts_103120_Authorisation.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/103120/schema/ts_103120_Authorisation.xsd b/103120/schema/ts_103120_Authorisation.xsd index 408c4ad..35d6556 100644 --- a/103120/schema/ts_103120_Authorisation.xsd +++ b/103120/schema/ts_103120_Authorisation.xsd @@ -11,12 +11,12 @@ - + + - -- GitLab From b77db8629897cdd5ad816cb15388aa3b16d94145 Mon Sep 17 00:00:00 2001 From: canterburym Date: Tue, 17 Jan 2023 07:48:55 +0000 Subject: [PATCH 2/5] Adding another random change --- 102232-1/LI-PS-PDU.asn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/102232-1/LI-PS-PDU.asn b/102232-1/LI-PS-PDU.asn index 002e228..c273b59 100644 --- a/102232-1/LI-PS-PDU.asn +++ b/102232-1/LI-PS-PDU.asn @@ -5,6 +5,8 @@ DEFINITIONS IMPLICIT TAGS ::= BEGIN +-- Adding another random change to another file + IMPORTS -- Any of the IMPORTs may be commented out if they are not used (see clause A.3) -- GitLab From dd8994def8744e6cbcc3f11f10c4c1e0716f371e Mon Sep 17 00:00:00 2001 From: canterburym Date: Tue, 17 Jan 2023 15:48:05 +0000 Subject: [PATCH 3/5] Removing some other random line --- 103120/schema/ts_103120_Authorisation.xsd | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/103120/schema/ts_103120_Authorisation.xsd b/103120/schema/ts_103120_Authorisation.xsd index 35d6556..99df7c1 100644 --- a/103120/schema/ts_103120_Authorisation.xsd +++ b/103120/schema/ts_103120_Authorisation.xsd @@ -17,6 +17,7 @@ + @@ -38,11 +39,7 @@ - - - - - + -- GitLab From 0f5d3e1f5c15d0f25a6dee3e341d08a117ba62f1 Mon Sep 17 00:00:00 2001 From: canterburym Date: Tue, 17 Jan 2023 16:07:03 +0000 Subject: [PATCH 4/5] Trying something else to delete --- 103120/schema/ts_103120_Authorisation.xsd | 6 +++++- 103120/schema/ts_103120_Notification.xsd | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/103120/schema/ts_103120_Authorisation.xsd b/103120/schema/ts_103120_Authorisation.xsd index 99df7c1..637f4cd 100644 --- a/103120/schema/ts_103120_Authorisation.xsd +++ b/103120/schema/ts_103120_Authorisation.xsd @@ -39,7 +39,11 @@ - + + + + + diff --git a/103120/schema/ts_103120_Notification.xsd b/103120/schema/ts_103120_Notification.xsd index f52a502..b467892 100644 --- a/103120/schema/ts_103120_Notification.xsd +++ b/103120/schema/ts_103120_Notification.xsd @@ -19,7 +19,7 @@ - + -- GitLab From ef0722b2148bdea86b0d7a68f1c0c6ff0b030869 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 17 Jan 2023 17:24:37 +0000 Subject: [PATCH 5/5] Correcting testing yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73272b9..efdd234 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ generate_artefacts: - echo $CI_MERGE_REQUEST_IID - echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME - echo $ARTEFACT_NAME - - forgelib-changedocs -v https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_PROJECT_PATH $CI_MERGE_REQUEST_IID + - forgelib-changedocs -v https://$CI_SERVER_HOST/rep $CI_PROJECT_ID $CI_PROJECT_PATH $CI_MERGE_REQUEST_IID artifacts: untracked: true paths: -- GitLab