I want to clone some private repositories from Github when I run my pipelines on Gitlab on my project. The main project is hosted on Gitlab. This is my gitlab.yml part where I try to add the key: - eval $(ssh-agent -s) - echo "$GITHUB_PRIVA...
MMikhail commentedFrom Monorepo — the Google way to do CI/CD: Source control done the Google way is simple. Instead of creating separate repositories for new projects, they create new top-level folders in their monorepo. This way they keep all the dependencies, varia...
MMarco commentedHi everyone, need help with Continuous Integretion using SemaphoreCI I have two repos: (1) project-ts and (2) project I've setup CI to run test at every push on project-ts#dev and it work just fine. I now wonder if I can (then how to) still setup Sem...
Join discussionYou have recently joined a software-powered company where they don't practice DevOps practices. Your manager and management are of old-fashioned and still follow the old methodologies. So, in this case, How do you convince your manager that DevOps is...
TZIHTommy and 3 more commented