Gregor Zaťko

Results 3 issues of Gregor Zaťko

Hi, I'm trying to use rubyc within Ubuntu 20.04 Docker container and it crashes with following error: ``` /tmp/rubyc/ruby-2.7.1.dev/revision.h unchanged linking ruby make[2]: Leaving directory '/tmp/rubyc/build_pass1' make[1]: Leaving directory '/tmp/rubyc/build_pass1'...

I have following project structure: ``` . |-- project_a | `-- main.rb |-- project_b | `-- main.rb `-- common `-- include.rb ``` Both projects use `require_relative '../common/include.rb` however after a...

I have the following step ``` - name: Notify author of result image: plugins/slack-blame settings: failure_template: "failure" mapping: /drone/src/ci/common/drone/slack-github-user-mapping.json success_template: "success" token: xxx when: status: - failure depends_on: - Parse...