From 79a074aef9830ba170e91d8d9d357cccb1f19de3 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 6 Dec 2024 10:51:47 +0100 Subject: [PATCH] remove test script and not neaded files --- .gitignore | 1 + Testing/crontab.txt | 1 - Testing/test_script.sh | 3 --- build.sh | 2 -- 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 Testing/crontab.txt delete mode 100755 Testing/test_script.sh diff --git a/.gitignore b/.gitignore index b0549b5..e5ee08c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ sshkeys/ backups/ .dccache +Testing/ diff --git a/Testing/crontab.txt b/Testing/crontab.txt deleted file mode 100644 index f3320f8..0000000 --- a/Testing/crontab.txt +++ /dev/null @@ -1 +0,0 @@ -* * * * * /test_script.sh diff --git a/Testing/test_script.sh b/Testing/test_script.sh deleted file mode 100755 index cc37238..0000000 --- a/Testing/test_script.sh +++ /dev/null @@ -1,3 +0,0 @@ -# !/bin/bash - -echo "$(date +%Y-%m-%d_%H:%M:%S) Test" >> /logs/test.log diff --git a/build.sh b/build.sh index d08a257..8ed6f98 100755 --- a/build.sh +++ b/build.sh @@ -16,8 +16,6 @@ function run_docker_container { -e INTERACTIVE_MODE="true" \ -e TZ="Europe/Vienna" \ -e RUN_PROMETHEUS_EXPORTER="0 * * * *" \ - -v "$PWD"/Testing/crontab.txt:/crontab.txt \ - -v "$PWD"/Testing/test_script.sh:/test_script.sh \ -v "$PWD"/sshkeys/clients:/sshkeys/clients \ -v "$PWD"/backups:/backups \ "$DOCKER_IMAGE_NAME:$GIT_BRANCH"