yegor256 / rultor

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries
https://www.rultor.com
Other
561 stars 157 forks source link

'cid' file is absent, container wasn't started correctly #1145

Open ashwini0529 opened 7 years ago

ashwini0529 commented 7 years ago

Here is my log file http://www.rultor.com/t/10942-279962364 This is my .rultor.yml https://github.com/GDGVIT/projects/blob/gh-pages/.rultor.yml

0crat commented 7 years ago

@yegor256 please, pay attention to this issue

yukiisbored commented 7 years ago

Hello, The problem is not on rultor iself. It doesn't run because there's no "build automation" configuration/file inside the repository. rultor relies on build automation such as Gradle, GNU Make, Maven, Rake, etc.

You can clearly see it from here:

+ echo 'I can'\''t guess your build automation tool, see http://doc.rultor.com/basics.html'
I can't guess your build automation tool, see http://doc.rultor.com/basics.html
+ exit -1

Since this is a Jekyll site, I recommend creating a Gemfile or a Rakefile to automate the build.

ashwini0529 commented 7 years ago

What should my .rultor.yml file look like?

yukiisbored commented 7 years ago

You have to use a build automation tool first and create a configuration or setup for it. Since this is a Jekyll site, I recommend creating a Gemfile or a Rakefile.

If you're having trouble understanding what build automation is and how to use Gemfile or Rake, I've found a couple of articles/tutorials on Google that may help you:

yegor256 commented 7 years ago

@ashwini0529 you can see how I deploy my Jekyll site without Rultor to GItHub Pages: http://www.yegor256.com/2014/06/24/jekyll-github-deploy.html

yegor256 commented 6 years ago

@ashwini0529 is this still an issue? If not, please close this ticket.