Loading .gitlab-ci.yml +5 −1 Original line number Diff line number Diff line include: - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3.9 inputs: shellcheck-files: "*.sh" bats-enabled: true 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" variables: # Default value; can be globally overridden TBC_NAMESPACE: "to-be-continuous" .e2e-scripts: &e2e-scripts | # BEGSCRIPT set -e Loading Loading
.gitlab-ci.yml +5 −1 Original line number Diff line number Diff line include: - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3.9 inputs: shellcheck-files: "*.sh" bats-enabled: true 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" variables: # Default value; can be globally overridden TBC_NAMESPACE: "to-be-continuous" .e2e-scripts: &e2e-scripts | # BEGSCRIPT set -e Loading