bkhl

joined 2 years ago
[–] [email protected] 17 points 2 days ago (1 children)

@onlinepersona don't do it. Create makefiles or whatever that runs the build as a series of Podman/Docker commands or whatever, then just put as little CI config as possible around it. You'll thank me when you need to switch CI system.

[–] [email protected] 2 points 1 week ago

@jjjalljs @3rr4tt1c I was about to say though that if you have a print statement that you used to check something, and think you may want to check it again in the future, then you should remove it and make an automated test instead.

[–] [email protected] 4 points 2 weeks ago

@Bubs @Ephera YAML is also a superset of JSON, so if you generate JSON tools that handle YAML will be able to use it still.