Closed M3nin0 closed 2 years ago
Investigating the executions, I found an error:
Execution status ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Execution ID ┃ Command ┃ Status ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ 4a1d83d2-11d6-4e89-86c8-033fc0bcd00c │ python3 scripts/script_1.py │ updated✔ │ │ d4e42df0-eb0b-4c4e-9e5d-8e1787101ce6 │ python3 scripts/script_2.py │ updated✔ │ │ 223e4497-23ef-468d-a453-e228c913c3c2 │ python3 scripts/script_3.py │ outdated❌ │ │ 2b010782-86a2-4bc8-a962-9f2de1d34d00 │ python3 scripts/script_4.py │ outdated❌ │ │ d27f67a8-2a69-4fca-a150-fb9670f7b7c8 │ python3 scripts/script_2.py │ updated✔ │ └──────────────────────────────────────┴─────────────────────────────┴────────────
After the updates, the script continues as "outdated" and a new script (duplicated) is inserted in the index.
Investigating the executions, I found an error:
After the updates, the script continues as "outdated" and a new script (duplicated) is inserted in the index.