From bea8cc9f0b6f6c200e11dc8422cfb1ebd650769c Mon Sep 17 00:00:00 2001 From: Benjamin Dweck Date: Sun, 31 Jan 2021 13:54:58 +0200 Subject: [PATCH] minor refactor --- docker-compose.test.yml | 2 +- {integrationtest => integration-test}/Dockerfile | 0 {integrationtest => integration-test}/test_file_sync.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {integrationtest => integration-test}/Dockerfile (100%) rename {integrationtest => integration-test}/test_file_sync.sh (100%) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 96e8bfa..4893f82 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -3,7 +3,7 @@ version: "2.1" services: test: - build: integrationtest + build: integration-test links: - sync1 - sync2 diff --git a/integrationtest/Dockerfile b/integration-test/Dockerfile similarity index 100% rename from integrationtest/Dockerfile rename to integration-test/Dockerfile diff --git a/integrationtest/test_file_sync.sh b/integration-test/test_file_sync.sh similarity index 100% rename from integrationtest/test_file_sync.sh rename to integration-test/test_file_sync.sh