-
Notifications
You must be signed in to change notification settings - Fork 450
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
Hab plan file for windows and linux to build hab pkg #1840
base: workstation-LTS
Are you sure you want to change the base?
Conversation
Signed-off-by: nitin sanghi <nsanghi@progress.com>
habitat/plan.sh
Outdated
build_line "Installing gems from git repos properly ..." | ||
build_line "Installing this project's gems ..." | ||
bundle exec rake install:local | ||
gem install chef-utils chef-config |
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.
@sanghinitin why we are installing these gem manually. In Gemfile we specify this gem to download from there respective repo and use main branch. gem install use
from rubygem.org
Signed-off-by: nitin sanghi <nsanghi@progress.com>
7551b9b
to
dbbdd5b
Compare
Signed-off-by: nitin sanghi <nsanghi@progress.com>
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
.byebug_history
Outdated
@@ -0,0 +1 @@ | |||
next |
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 file need to be removed
Signed-off-by: nitin sanghi <nsanghi@progress.com>
Signed-off-by: nikhil2611 <nikhilgupta2102@gmail.com>
Quality Gate passedIssues Measures |
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.
Is the idea here to also build this using expeditor? If so we need to configure the pipeline to do so.
we will add later, all components required pipeline |
Hab plan file for windows and linux to build hab pkg