We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here, as you can see, release pipeline takes ~1hr, which is quite long, and frustrating. Our release script in .rultor.yml has some flows:
.rultor.yml
npm install
just rultor
Overall, it would be great to achieve < 20min release time. Let's check what we can do
The text was updated successfully, but these errors were encountered:
@h1alexbel Here is a summary:
Main quality problem: Lack of specific error description or logs. Improvement suggestion: Add error logs or specific output to illustrate the issue.
Sorry, something went wrong.
feat(#168): optimal gen, RULTOR
7cf5fe8
feat(#168): install first
e81b1dc
Merge pull request #180 from h1alexbel/168
287181f
feat(#168): optimized rultor build
build pipeline now takes 20min-1h. Release time depends on rultor availability and load
h1alexbel
No branches or pull requests
Here, as you can see, release pipeline takes ~1hr, which is quite long, and frustrating. Our release script in
.rultor.yml
has some flows:npm install
in install sectionjust rultor
Overall, it would be great to achieve < 20min release time. Let's check what we can do
The text was updated successfully, but these errors were encountered: