Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -9,6 +9,11 @@ stages: - Lint - Compile MergeTest: stage: MergeTest script: - python3 testing/merge_test.py parseASN1: stage: Syntax script: Loading @@ -31,8 +36,3 @@ compileASN1: - python3 testing/compile_asn1.py allow_failure: true MergeTest: stage: MergeTest script: - python3 testing/merge_test.py allow_failure: true testing/merge_test.py +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ import requests import json import subprocess print ("Hello world v1.2") crCommitBranch = os.environ.get("CI_COMMIT_REF_NAME", "cr/TS33128/0163") apiUrl = os.environ.get("CI_API_V4_URL", "https://forge.3gpp.org/rep/api/v4") projectId = os.environ.get("CI_PROJECT_ID", "13") Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -9,6 +9,11 @@ stages: - Lint - Compile MergeTest: stage: MergeTest script: - python3 testing/merge_test.py parseASN1: stage: Syntax script: Loading @@ -31,8 +36,3 @@ compileASN1: - python3 testing/compile_asn1.py allow_failure: true MergeTest: stage: MergeTest script: - python3 testing/merge_test.py allow_failure: true
testing/merge_test.py +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ import requests import json import subprocess print ("Hello world v1.2") crCommitBranch = os.environ.get("CI_COMMIT_REF_NAME", "cr/TS33128/0163") apiUrl = os.environ.get("CI_API_V4_URL", "https://forge.3gpp.org/rep/api/v4") projectId = os.environ.get("CI_PROJECT_ID", "13") Loading