Commit f3c7362e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Changes as suggested by Balazs

parent cfc431c8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ YANG Strict:
  after_script:
    - ls
  artifacts:
    name: "$CI_JOB_NAME"
    name: "YANG strict validation result"
    paths:
      - ${LOGFILE_YANG}

@@ -51,7 +51,7 @@ YANG 3GPP Checks:
    - echo 'YANG 3GPP Checks'
    - ./lint-data-models.sh .
  artifacts:
    name: "$CI_JOB_NAME"
    name: "YANG 3gpp style check result"
    paths:
      - ${LOGFILE_LINT}
    
@@ -65,11 +65,11 @@ Validate OpenAPI:
    - echo 'Validate OpenAPI'
    - ./validate-all.sh ./OpenAPI
  artifacts:
    name: "$CI_JOB_NAME"
    name: "OpenAPI validation result"
    paths:
      - ./OpenAPI/${LOGFILE_OPENAPI}
    
CR contribution:
Word CR text:
  stage: generation
  when: on_success
  only:
@@ -89,4 +89,4 @@ CR contribution:
  artifacts:
    paths:
      - docs/
    expose_as: 'Word document contribution'
 No newline at end of file
    expose_as: 'Word CR text'
 No newline at end of file
+47 B (23.4 KiB)

File changed.

No diff preview for this file type.

+34 B (23.4 KiB)

File changed.

No diff preview for this file type.