|
|
|
|
|
by ahepp
913 days ago
|
|
> You don't have to make Gitlab/GitHub YAML files complicated if you don't want to. The "script" section can be just a call to a normal shell/Python/Typescript CI script. It took me an embarrassingly long time to learn that you don't need to use their little action plugins for everything. Once I figured that out, and figured out how to run CI in a container specified by the repo, I was actually quite happy to transition my CI away from Jenkins (which was always pretty rough, but I knew I could keep the builds running locally that way). I guess the real proof will be if I'm able to ever leave GitHub, but I feel pretty good about the amount of lock-in vs the benefits of the service. |
|
Would you happen to have an example YAML at hand?