remove test script and not neaded files

This commit is contained in:
2024-12-06 10:51:47 +01:00
parent e96bcbfbaf
commit 79a074aef9
4 changed files with 1 additions and 6 deletions
+1
View File
@@ -1,3 +1,4 @@
sshkeys/
backups/
.dccache
Testing/
-1
View File
@@ -1 +0,0 @@
* * * * * /test_script.sh
-3
View File
@@ -1,3 +0,0 @@
# !/bin/bash
echo "$(date +%Y-%m-%d_%H:%M:%S) Test" >> /logs/test.log
-2
View File
@@ -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"