Loading .gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line --- test: image: alpine:3.12 before_script: - apk add --update docker bats script: - bats . .travis.ymldeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line --- language: c dist: trusty sudo: false group: beta services: - docker script: - bats test.bats notifications: email: false on_failure: never README.md +2 −2 Original line number Diff line number Diff line # Docker runas test [](https://travis-ci.org/adarnimrod/docker-runas-test) [](https://git.shore.co.il/nimrod/docker-runas-test/-/commits/master) > A test suite for the runas Docker entrypoint. See [here](https://www.shore.co.il/blog/docker_uid/) for more info. Loading @@ -25,4 +25,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`). Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( https://www.shore.co.il/). Patches are welcome via [`git send-email`]( http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://www.shore.co.il/git/>. at: <https://git.shore.co.il/explore/>. test.bats 100755 → 100644 +0 −2 Original line number Diff line number Diff line #!/usr/bin/env bats _test_root () { name="${1:-$BATS_TEST_DESCRIPTION}" tag="${2:-latest}" Loading Loading
.gitlab-ci.yml 0 → 100644 +7 −0 Original line number Diff line number Diff line --- test: image: alpine:3.12 before_script: - apk add --update docker bats script: - bats .
.travis.ymldeleted 100644 → 0 +0 −14 Original line number Diff line number Diff line --- language: c dist: trusty sudo: false group: beta services: - docker script: - bats test.bats notifications: email: false on_failure: never
README.md +2 −2 Original line number Diff line number Diff line # Docker runas test [](https://travis-ci.org/adarnimrod/docker-runas-test) [](https://git.shore.co.il/nimrod/docker-runas-test/-/commits/master) > A test suite for the runas Docker entrypoint. See [here](https://www.shore.co.il/blog/docker_uid/) for more info. Loading @@ -25,4 +25,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`). Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( https://www.shore.co.il/). Patches are welcome via [`git send-email`]( http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located at: <https://www.shore.co.il/git/>. at: <https://git.shore.co.il/explore/>.
test.bats 100755 → 100644 +0 −2 Original line number Diff line number Diff line #!/usr/bin/env bats _test_root () { name="${1:-$BATS_TEST_DESCRIPTION}" tag="${2:-latest}" Loading