c2cciutils 1.4.18.dev2__py3-none-any.whl → 1.4.18.dev4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- c2cciutils/scripts/docker_logs.py +1 -1
- {c2cciutils-1.4.18.dev2.dist-info → c2cciutils-1.4.18.dev4.dist-info}/METADATA +1 -1
- {c2cciutils-1.4.18.dev2.dist-info → c2cciutils-1.4.18.dev4.dist-info}/RECORD +6 -6
- {c2cciutils-1.4.18.dev2.dist-info → c2cciutils-1.4.18.dev4.dist-info}/LICENSE.txt +0 -0
- {c2cciutils-1.4.18.dev2.dist-info → c2cciutils-1.4.18.dev4.dist-info}/WHEEL +0 -0
- {c2cciutils-1.4.18.dev2.dist-info → c2cciutils-1.4.18.dev4.dist-info}/entry_points.txt +0 -0
|
@@ -21,7 +21,7 @@ def main() -> None:
|
|
|
21
21
|
|
|
22
22
|
if os.path.exists("docker-compose.yaml"):
|
|
23
23
|
_print("::group::Docker Compose ps")
|
|
24
|
-
subprocess.run(["docker
|
|
24
|
+
subprocess.run(["docker", "compose", "ps"], check=False)
|
|
25
25
|
_print("::endgroup::")
|
|
26
26
|
|
|
27
27
|
_print("::group::Docker ps")
|
|
@@ -604,7 +604,7 @@ c2cciutils/scripts/__init__.py,sha256=N4tcdvUifXQrK9vEvFWrGvoyY9oZ0uRcjb-FoYe41c
|
|
|
604
604
|
c2cciutils/scripts/audit.py,sha256=yMXtRoOJoAuLwRlON2czpOfl8y9xQYsHEYhzHvalcNE,984
|
|
605
605
|
c2cciutils/scripts/checks.py,sha256=AYv-qr3UXpN3pnvx5tLkt1Lvc00WTvz8UBDEUpt4hgg,2039
|
|
606
606
|
c2cciutils/scripts/clean.py,sha256=tpyipZjqK7om9_dNiLxvz6-l6le7N0L03inkrKe7Y_A,3039
|
|
607
|
-
c2cciutils/scripts/docker_logs.py,sha256=
|
|
607
|
+
c2cciutils/scripts/docker_logs.py,sha256=lcOLJzme0NpFQSqoz0cKL8Hqcr_7a3POh0hp8TKAh6A,1715
|
|
608
608
|
c2cciutils/scripts/docker_versions_gen.py,sha256=X8sEYGpxvkAya5NEebMWSPx0ZQ-Qlp4MvqOCpnTNsI8,1314
|
|
609
609
|
c2cciutils/scripts/download_applications.py,sha256=4oJCM5jjpUrWftYXurJEUDlqktXR90WofjkS5S_v6RA,4413
|
|
610
610
|
c2cciutils/scripts/k8s/__init__.py,sha256=ESPfnAzxPBK-TXColaFlz0OxAouX_fHV8MDamhVEsYw,69
|
|
@@ -618,8 +618,8 @@ c2cciutils/scripts/pr_checks.py,sha256=asZVohDyk0yGeCDVH2G36qaUPVwtvepSpwAipZPr6
|
|
|
618
618
|
c2cciutils/scripts/publish.py,sha256=me22IthKtJZKvtKvAdX8FK71x95JGiP2aoNWSxZfnC8,15557
|
|
619
619
|
c2cciutils/scripts/trigger_image_update.py,sha256=yYa0BLn-LGrQ1GXlvI5ok8qbV-yCJ12UObS857SuXcc,2804
|
|
620
620
|
c2cciutils/security.py,sha256=k5piTZf6HWIPEAf63vbE06vZKJ62CSS7e_6WXHf4o7Q,1517
|
|
621
|
-
c2cciutils-1.4.18.
|
|
622
|
-
c2cciutils-1.4.18.
|
|
623
|
-
c2cciutils-1.4.18.
|
|
624
|
-
c2cciutils-1.4.18.
|
|
625
|
-
c2cciutils-1.4.18.
|
|
621
|
+
c2cciutils-1.4.18.dev4.dist-info/entry_points.txt,sha256=HahcOZlCfYF4B95pG1CRD_noaFmhDzEoN5YqxLyucyE,939
|
|
622
|
+
c2cciutils-1.4.18.dev4.dist-info/LICENSE.txt,sha256=ayagouK6EHkdDq3pIKG8GNxNRH_Jffl-PbxLIjeaTTY,1663
|
|
623
|
+
c2cciutils-1.4.18.dev4.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88
|
|
624
|
+
c2cciutils-1.4.18.dev4.dist-info/METADATA,sha256=YKnXdtHkvriGIGAdq7o_IbRBJNVyOHIVzIfOd_t_Nt4,17392
|
|
625
|
+
c2cciutils-1.4.18.dev4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|