diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml deleted file mode 100644 index 5aff2e8..0000000 --- a/.buildkite/pipeline.yml +++ /dev/null @@ -1,7 +0,0 @@ -steps: - - command: mix test - label: ":elixir: Unit Tests" - plugins: - docker-compose: - run: test - config: docker-compose.ci.yml diff --git a/docker-compose.ci.yml b/docker-compose.ci.yml deleted file mode 100644 index 089aed4..0000000 --- a/docker-compose.ci.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: '2' -services: - test: - build: - context: . - dockerfile: Dockerfile.ci