This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. | |
# |