Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add run in TeamCity check and add bats-file missing fct (#73)
# Description ### Summary: Add logic to check if docker run is done on a teamcity server. Also add the missing bats-file function which was merged in PR #61 at bats-core/bats-file#61 --- # Checklist: ### Code related - [ ] I have made corresponding changes to the documentation (i.e.: function/class, script header, README.md) - [x] I have commented hard-to-understand code - [x] I have added tests that prove my fix is effective or that my feature works - [x] All tests pass locally with my changes (Check `tests/README.md` for local testing procedure) - [x] My commit messages follow the [conventional commits](https://www.conventionalcommits.org) specification. See `commit_msg_reference.md` in the repository root for details ### PR creation related - [x] My pull request `base ref` branch is set to the `dev` branch (the _build-system_ won't be triggered otherwise) - [x] My pull request branch is up-to-date with the `dev` branch (the _build-system_ will reject it otherwise) ### PR description related - [x] I have included a quick summary of the changes - [x] I have indicated the related issue's id with `# <issue-id>` if changes are of type `fix` ## Note for repository admins ### Release PR related - Only repository admins have the privilege to `push/merge` on the default branch (ie: `main`) and the `release` branch. - Keep PR in `draft` mode until all the release reviewers are ready to push the release. - Once a PR from `release` -> `main` branch is created (not in draft mode), it triggers the _build-system_ test - On merge to the `main` branch, it triggers the _semantic-release automation_
- Loading branch information