shlogg · Early preview
Jetthoughts Dev @jetthoughts

Taming The /bin Mess: Moving CI/CD Scripts To /.automation

Our /bin folder's become cluttered with dev tools & scripts. Let's move CI/CD helpers to /.automation for a cleaner setup!

Today our /bin folder has become overwhelmed with different development tools and scripts.
We put everything there: local automations, CI/CD helpers, PAAS release scripts, Dockerfile helpers, etc.
It becomes too hard to find appropriate tools for your problem in that mess. 

I had several revisions on decomposing the /bin scripts and the whole directory, but I still have not found one solution.
I have played with subfolders /bin/heorku/release and prefixes /bin/ci-setup. Each strategy has pros & cons. 

  
  
  CI/CD is on the way out

But I have found that developers do not use CI/CD scripts...