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
234eb417
Commit
234eb417
authored
Jun 16, 2022
by
canterburym
Committed by
canterburym
Jul 04, 2022
Browse files
Adding artefact job
parent
c9498a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
234eb417
workflow
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
-
if
:
$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when
:
never
-
if
:
$CI_COMMIT_BRANCH
stages
:
stages
:
-
check
-
check
-
build
process_asn
:
process_asn
:
image
:
"
mcanterb/asn1test:latest"
image
:
"
mcanterb/asn1test:latest"
...
@@ -15,3 +23,22 @@ process_xsd:
...
@@ -15,3 +23,22 @@ process_xsd:
script
:
script
:
-
python3 testing/xsd_process.py
-
python3 testing/xsd_process.py
generate_artefacts
:
image
:
"
forge.etsi.org:5050/li/trial/changemarks"
stage
:
build
interruptible
:
true
rules
:
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
script
:
-
echo $CI_PROJECT_ID
-
echo $CI_PROJECT_NAME
-
echo $CI_PROJECT_PATH
-
echo $CI_PIPELINE_SOURCE
-
echo $CI_OPEN_MERGE_REQUESTS
-
echo $CI_MERGE_REQUEST_IID
-
forgelib-changedocs -v https://$CI_SERVER_HOST $CI_PROJECT_ID $CI_PROJECT_PATH $CI_MERGE_REQUEST_IID
artifacts
:
untracked
:
true
paths
:
-
"
*.docx"
expire_in
:
30 days
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