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"