shia icon indicating copy to clipboard operation
shia copied to clipboard

shia - gitlab, rancher based CI/CD tool

Results 2 shia issues
Sort by recently updated
recently updated
newest added

Hi first of all thank you for developing such a great tool. I would like to know if this tool offers the possibility to exec into Rancher containers also, for...

these are the logs when i try to run the SHIA-pipeline. I use this .gitlab-ci.yml ``` cache: paths: - .bundler/ stages: - tests - publish image: ruby:latest rubocop: stage: tests...