-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Develop #60
Develop #60
Conversation
…th local 'reproducible artifacts built from github' feature.
… logic if options were not passed to read() method.
Add "reproducible artifacts built from github" feature.
Add 'reproducible artifacts built from github' feature.
…bitlost-master
Feature/docs
Waiting on release, because this is now failing automated tests. [11:52:24] [npm test] > [email protected] test /opt/JetBrains/TeamCity/buildAgent/work/a7410fd4a46c41a6 @FedorUporov @YaroslavYaroslavtsev any ideas on how to address this? |
src/Machine.js
Outdated
_loadAndMergeDirectives(context) { | ||
if (!this.directivesUseFile) { | ||
if (this.directivesSaveFile) { | ||
this.directives = { ...context }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is causing automated tests to fail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is PR, which should fix an issue above:
#62
Increase minimum nodejs version and do not use object spread operators.
Increase minimum nodejs version and do not use object spread operators.
Add 'reproducible artifacts built from GitHub' feature.
Fixed issues:
#52