Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LI - Lawful Interception
TC LI schemas definitions
Commits
f1d6055c
Commit
f1d6055c
authored
Jul 04, 2022
by
canterburym
Committed by
canterburym
Aug 16, 2022
Browse files
Trying again
parent
47ddd13d
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f1d6055c
...
...
@@ -24,8 +24,6 @@ process_xsd:
-
python3 testing/xsd_process.py
generate_artefacts
:
variables
:
-
ARTEFACT_NAME=$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ )
image
:
"
forge.etsi.org:5050/li/trial/changemarks"
stage
:
build
interruptible
:
true
...
...
@@ -41,6 +39,8 @@ generate_artefacts:
-
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
variables
:
ARTEFACT_NAME
:
$(echo $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME | tr / _ )
artifacts
:
untracked
:
true
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment