mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 15:48:33 +02:00
Compare commits
35 Commits
d795a5e4cd
...
665b0b36b4
Author | SHA1 | Date | |
---|---|---|---|
665b0b36b4 | |||
987d04fc86 | |||
94bab11c58 | |||
69b2ab1920 | |||
120a2127c4 | |||
341edd4399 | |||
0797e69619 | |||
19d039ec13 | |||
f2d6f3f391 | |||
0307bf4aff | |||
da25006c74 | |||
cded28f0cc | |||
4134d56c98 | |||
99e111d089 | |||
1e0ee17dda | |||
59b8436596 | |||
9d07b227fb | |||
a42a9ac8b7 | |||
c4c8f6421a | |||
62c235ff4c | |||
459a58cdc7 | |||
29f2e7dd95 | |||
703a67f516 | |||
9f7f13e7cb | |||
9c34880ba9 | |||
7eb37d2184 | |||
69a404ccad | |||
6d4602aeaa | |||
a50bdeb9d3 | |||
b7342433bf | |||
41c5628fbb | |||
7fadea9fa7 | |||
16b0e0e7e4 | |||
0082963725 | |||
004a737215 |
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user