Loading .gitlab-ci.yml +6 −7 Original line number Diff line number Diff line Loading @@ -8,19 +8,18 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3 inputs: shellcheck-files: "*.sh" bats-enabled: true bats-tests: "test" bats-libraries: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4 inputs: # disable semrel for all synch'd repositories release-disabled: true auto-release-enabled: true variables: GITLAB_CI_FILES: "templates/gitlab-ci-gradle.yml" LYCHEE_EXTRA_OPTS: "--exclude github.com" semantic-release: rules: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF' Loading
.gitlab-ci.yml +6 −7 Original line number Diff line number Diff line Loading @@ -8,19 +8,18 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3 inputs: shellcheck-files: "*.sh" bats-enabled: true bats-tests: "test" bats-libraries: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4 inputs: # disable semrel for all synch'd repositories release-disabled: true auto-release-enabled: true variables: GITLAB_CI_FILES: "templates/gitlab-ci-gradle.yml" LYCHEE_EXTRA_OPTS: "--exclude github.com" semantic-release: rules: # on production branch(es): auto if SEMREL_AUTO_RELEASE_ENABLED - if: '$TMPL_RELEASE_ENABLED == "true" && $CI_COMMIT_REF_NAME =~ $PROD_REF'