Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line image: "python:3.7" image: "mcanterb/forge-cicd:latest" before_script: - python3 --version Loading Loading @@ -35,6 +35,6 @@ compileASN1: - pip3 install -q asn1tools stage: Compile script: - python3 testing/lint_asn1.py - python3 testing/compile_asn1.py allow_failure: true Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line image: "python:3.7" image: "mcanterb/forge-cicd:latest" before_script: - python3 --version Loading Loading @@ -35,6 +35,6 @@ compileASN1: - pip3 install -q asn1tools stage: Compile script: - python3 testing/lint_asn1.py - python3 testing/compile_asn1.py allow_failure: true