mirror of
https://gitlab.sectorq.eu/jaydee/omv_backup.git
synced 2025-07-01 23:58:33 +02:00
bui11
This commit is contained in:
@ -1,12 +0,0 @@
|
|||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
build_job:
|
|
||||||
|
|
||||||
stage: build
|
|
||||||
rules:
|
|
||||||
- if: '$CI_COMMIT_TITLE == "build1"'
|
|
||||||
script:
|
|
||||||
- curl -X GET https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/omv_distribute/f851511c32ca9450
|
|
||||||
environment: jaydee
|
|
||||||
|
|
||||||
|
@ -217,11 +217,6 @@ if _STOP:
|
|||||||
cmnd = f"docker stop {c.split()[-1]}"
|
cmnd = f"docker stop {c.split()[-1]}"
|
||||||
status, running_containers = subprocess.getstatusoutput(cmnd)
|
status, running_containers = subprocess.getstatusoutput(cmnd)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if _RESTORE:
|
if _RESTORE:
|
||||||
logging.info("Starting Restore")
|
logging.info("Starting Restore")
|
||||||
print("Starting Restore")
|
print("Starting Restore")
|
||||||
|
Reference in New Issue
Block a user