Loading .gitlab-ci.yml +435 −0 Original line number Diff line number Diff line Loading @@ -162,3 +162,438 @@ codeclimate-golangci-lint: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-golangci-lint\b/ codeclimate-bundler-audit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-bundler-audit\b/ codeclimate-standard: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-standard\b/ codeclimate-gofmt: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-gofmt\b/ codeclimate-rubymotion: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rubymotion\b/ codeclimate-pmd: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rubymotion\b/ codeclimate-phpcodesniffer: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phpcodesniffer\b/ codeclimate-phpmd: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phpmd\b/ codeclimate-govet: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-govet\b/ codeclimate-watson: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-watson\b/ codeclimate-sonar-php: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-sonar-php\b/ codeclimate-pep8: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-pep8\b/ codeclimate-golint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-golint\b/ codeclimate-reek: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-reek\b/ codeclimate-editorconfig: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-editorconfig\b/ codeclimate-grep: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-grep\b/ codeclimate-fixme: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-fixme\b/ codeclimate-checkstyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-checkstyle\b/ codeclimate-coffeelint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-coffeelint\b/ codeclimate-bandit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-bandit\b/ codeclimate-markdownlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-markdownlint\b/ codeclimate-shellcheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-shellcheck\b/ codeclimate-stylelint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-stylelint\b/ codeclimate-tflint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tflint\b/ codeclimate-credo: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-credo\b/ codeclimate-phan: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phan\b/ codeclimate-black: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-black\b/ codeclimate-swiftlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-swiftlint\b/ codeclimate-pylint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-pylint\b/ codeclimate-radon: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-radon\b/ codeclimate-semgrep: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-semgrep\b/ codeclimate-dart: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-dart\b/ codeclimate-codenarc: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-codenarc\b/ codeclimate-tslint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tslint\b/ codeclimate-haxe-chackstyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-haxe-chackstyle\b/ codeclimate-scss-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-scss-lint\b/ codeclimate-hlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-hlint\b/ codeclimate-scalastyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-scalastyle\b/ codeclimate-cppcheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-cppcheck\b/ codeclimate-ember-template-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-ember-template-lint\b/ codeclimate-sass-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-sass-lint\b/ codeclimate-kibit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-kibit\b/ codeclimate-haml-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-haml-lint\b/ codeclimate-luacheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-luacheck\b/ codeclimate-foodcritic: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-foodcritic\b/ codeclimate-isort: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-isort\b/ codeclimate-tailor: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tailor\b/ codeclimate-apexmetrics: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-apexmetrics\b/ codeclimate-nodesecurity: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-nodesecurity\b/ codeclimate-protobuf: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-protobuf\b/ codeclimate-checks: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-checks\b/ codeclimate-git-legal: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-git-legal\b/ codeclimate-rustfmt: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rustfmt\b/ codeclimate-complexity-ruby: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-complexity-ruby\b/ codeclimate-proselint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-proselint\b/ codeclimate-codescan: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-codescan\b/ codeclimate-vint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-vint\b/ codeclimate-gnu-complexity: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-gnu-complexity\b/ codeclimate-apex: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-apex\b/ codeclimate-clog: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-clog\b/ codeclimate-requiresafe: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-requiresafe\b/ Loading
.gitlab-ci.yml +435 −0 Original line number Diff line number Diff line Loading @@ -162,3 +162,438 @@ codeclimate-golangci-lint: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-golangci-lint\b/ codeclimate-bundler-audit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-bundler-audit\b/ codeclimate-standard: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-standard\b/ codeclimate-gofmt: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-gofmt\b/ codeclimate-rubymotion: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rubymotion\b/ codeclimate-pmd: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rubymotion\b/ codeclimate-phpcodesniffer: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phpcodesniffer\b/ codeclimate-phpmd: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phpmd\b/ codeclimate-govet: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-govet\b/ codeclimate-watson: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-watson\b/ codeclimate-sonar-php: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-sonar-php\b/ codeclimate-pep8: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-pep8\b/ codeclimate-golint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-golint\b/ codeclimate-reek: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-reek\b/ codeclimate-editorconfig: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-editorconfig\b/ codeclimate-grep: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-grep\b/ codeclimate-fixme: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-fixme\b/ codeclimate-checkstyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-checkstyle\b/ codeclimate-coffeelint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-coffeelint\b/ codeclimate-bandit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-bandit\b/ codeclimate-markdownlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-markdownlint\b/ codeclimate-shellcheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-shellcheck\b/ codeclimate-stylelint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-stylelint\b/ codeclimate-tflint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tflint\b/ codeclimate-credo: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-credo\b/ codeclimate-phan: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-phan\b/ codeclimate-black: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-black\b/ codeclimate-swiftlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-swiftlint\b/ codeclimate-pylint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-pylint\b/ codeclimate-radon: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-radon\b/ codeclimate-semgrep: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-semgrep\b/ codeclimate-dart: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-dart\b/ codeclimate-codenarc: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-codenarc\b/ codeclimate-tslint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tslint\b/ codeclimate-haxe-chackstyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-haxe-chackstyle\b/ codeclimate-scss-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-scss-lint\b/ codeclimate-hlint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-hlint\b/ codeclimate-scalastyle: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-scalastyle\b/ codeclimate-cppcheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-cppcheck\b/ codeclimate-ember-template-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-ember-template-lint\b/ codeclimate-sass-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-sass-lint\b/ codeclimate-kibit: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-kibit\b/ codeclimate-haml-lint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-haml-lint\b/ codeclimate-luacheck: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-luacheck\b/ codeclimate-foodcritic: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-foodcritic\b/ codeclimate-isort: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-isort\b/ codeclimate-tailor: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-tailor\b/ codeclimate-apexmetrics: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-apexmetrics\b/ codeclimate-nodesecurity: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-nodesecurity\b/ codeclimate-protobuf: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-protobuf\b/ codeclimate-checks: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-checks\b/ codeclimate-git-legal: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-git-legal\b/ codeclimate-rustfmt: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-rustfmt\b/ codeclimate-complexity-ruby: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-complexity-ruby\b/ codeclimate-proselint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-proselint\b/ codeclimate-codescan: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-codescan\b/ codeclimate-vint: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-vint\b/ codeclimate-gnu-complexity: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-gnu-complexity\b/ codeclimate-apex: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-apex\b/ codeclimate-clog: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-clog\b/ codeclimate-requiresafe: extends: .download_images only: variables: - $COMPONENTS_DOWNLOAD_IMAGES == "true" && $COMPONENTS_LIST =~ /\bcodeclimate-requiresafe\b/