Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ include: variables: GITLAB_CI_FILES: "templates/gitlab-ci-bash.yml" TBC_NAMESPACE: "to-be-continuous" BASH_SHELLCHECK_FILES: "*.sh" BASH_BATS_ENABLED: "true" BASH_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.1.0.zip bats-file@https://github.com/bats-core/bats-file/archive/v0.4.0.zip" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ include: variables: GITLAB_CI_FILES: "templates/gitlab-ci-bash.yml" TBC_NAMESPACE: "to-be-continuous" BASH_SHELLCHECK_FILES: "*.sh" BASH_BATS_ENABLED: "true" BASH_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.1.0.zip bats-file@https://github.com/bats-core/bats-file/archive/v0.4.0.zip" Loading