Compare commits

...

35 Commits

Author SHA1 Message Date
665b0b36b4 build 2025-05-20 13:46:00 +02:00
987d04fc86 build 2025-05-20 13:44:18 +02:00
94bab11c58 build 2025-05-20 13:43:26 +02:00
69b2ab1920 build 2025-05-20 13:42:50 +02:00
120a2127c4 bui11 2025-05-20 13:42:26 +02:00
341edd4399 bui11 2025-05-20 13:38:06 +02:00
0797e69619 bui11 2025-05-20 13:35:51 +02:00
19d039ec13 bui11 2025-05-20 13:34:02 +02:00
f2d6f3f391 Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup 2025-05-20 13:30:01 +02:00
0307bf4aff bui11 2025-05-20 13:29:58 +02:00
da25006c74 Delete .gitlab-ci.yml 2025-05-20 13:29:33 +02:00
cded28f0cc Update .gitlab-ci.yml file 2025-05-20 13:25:19 +02:00
4134d56c98 bui11 2025-05-20 13:24:53 +02:00
99e111d089 Update .gitlab-ci.yml file 2025-05-20 13:23:01 +02:00
1e0ee17dda bui11 2025-05-20 13:17:00 +02:00
59b8436596 bui11 2025-05-20 13:15:07 +02:00
9d07b227fb Update .gitlab-ci.yml file 2025-05-20 13:14:50 +02:00
a42a9ac8b7 Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup 2025-05-20 13:14:29 +02:00
c4c8f6421a bui11 2025-05-20 13:14:22 +02:00
62c235ff4c Update .gitlab-ci.yml file 2025-05-20 13:13:15 +02:00
459a58cdc7 Update .gitlab-ci.yml file 2025-05-20 13:13:01 +02:00
29f2e7dd95 bui11 2025-05-20 13:11:49 +02:00
703a67f516 Update .gitlab-ci.yml file 2025-05-20 13:11:44 +02:00
9f7f13e7cb bui11 2025-05-20 13:07:57 +02:00
9c34880ba9 bui11 2025-05-20 13:05:24 +02:00
7eb37d2184 bui11 2025-05-20 13:04:23 +02:00
69a404ccad Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup 2025-05-20 13:02:57 +02:00
6d4602aeaa build 2025-05-20 13:02:53 +02:00
a50bdeb9d3 Update .gitlab-ci.yml file 2025-05-20 13:02:36 +02:00
b7342433bf build 2025-05-20 12:59:09 +02:00
41c5628fbb build 2025-05-20 12:57:50 +02:00
7fadea9fa7 build 2025-05-20 12:55:49 +02:00
16b0e0e7e4 Merge branch 'main' of gitlab.sectorq.eu:jaydee/omv_backup 2025-05-20 12:55:04 +02:00
0082963725 added v3 2025-05-20 12:54:41 +02:00
004a737215 Update .gitlab-ci.yml file 2025-05-20 12:53:34 +02:00
2 changed files with 1 additions and 16 deletions

View File

@ -1,12 +0,0 @@
stages:
- build
build_job:
stage: build
rules:
- if: '$CI_COMMIT_TITLE == "build"'
script:
- curl -X GET https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/omv_distribute/f851511c32ca9450

View File

@ -216,7 +216,7 @@ if _STOP:
continue
cmnd = f"docker stop {c.split()[-1]}"
status, running_containers = subprocess.getstatusoutput(cmnd)
if _RESTORE:
logging.info("Starting Restore")
print("Starting Restore")
@ -234,9 +234,6 @@ if _RESTORE:
#input("????")
else:
_APP = _APP.split(",")
PROGRESS = 0
topic = "sectorq/amd/restore"
step = 100 / len(_APP)