Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
#
# A very janky script to parse GitLab CI files.
# It won't work on many things, but can be useful when it does, to
# collapse deeply factored YAML.
# Gitlab eventually implemented this, so this script is useless since then!
# Throw away code.
#