Loading .gitlab-ci.yml +12 −11 Original line number Diff line number Diff line Loading @@ -5,19 +5,19 @@ image: include: template: Jobs/Code-Quality.gitlab-ci.yml code_quality: variables: CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" #code_quality: # variables: # CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" artifacts: paths: [gl-code-quality-report.json] # artifacts: # paths: [gl-code-quality-report.json] code_quality_html: extends: code_quality variables: REPORT_FORMAT: html artifacts: paths: [gl-code-quality-report.html] #code_quality_html: # extends: code_quality # variables: # REPORT_FORMAT: html # artifacts: # paths: [gl-code-quality-report.html] build-job: Loading @@ -29,6 +29,7 @@ test-job1: stage: test script: - echo "This job tests something" - source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs - acsStart Loading Loading
.gitlab-ci.yml +12 −11 Original line number Diff line number Diff line Loading @@ -5,19 +5,19 @@ image: include: template: Jobs/Code-Quality.gitlab-ci.yml code_quality: variables: CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" #code_quality: # variables: # CODE_QUALITY_IMAGE: "registry.gitlab.com/gitlab-org/ci-cd/codequality:0.85.18" artifacts: paths: [gl-code-quality-report.json] # artifacts: # paths: [gl-code-quality-report.json] code_quality_html: extends: code_quality variables: REPORT_FORMAT: html artifacts: paths: [gl-code-quality-report.html] #code_quality_html: # extends: code_quality # variables: # REPORT_FORMAT: html # artifacts: # paths: [gl-code-quality-report.html] build-job: Loading @@ -29,6 +29,7 @@ test-job1: stage: test script: - echo "This job tests something" - source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs - acsStart Loading