Skip to content
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

Support GitHub Actions #21682

Merged
merged 1 commit into from
Feb 5, 2022
Merged

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Feb 4, 2022

No description provided.

system!("gem install bundler -v '#{bundler_version}' --conservative")
system!("bundle config path #{root.join('vendor/bundle').expand_path}", :chdir => root) if ENV["CI"]
system!("echo 'gem: --no-ri --no-rdoc --no-document' > ~/.gemrc") if ENV['TRAVIS']
system!("gem install bundler -v '#{bundler_version}' --conservative") unless ENV["GITHUB_ACTIONS"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't we want to do this for Github Actions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there are actions that do this for us.

@miq-bot
Copy link
Member

miq-bot commented Feb 5, 2022

Checked commit Fryguy@9922a70 with ruby 2.6.3, rubocop 1.13.0, haml-lint 0.35.0, and yamllint
3 files checked, 2 offenses detected

lib/manageiq/environment.rb

@chessbyte
Copy link
Member

@Fryguy I see you are actively working on GH Actions. How can I help?

@chessbyte chessbyte self-assigned this Feb 5, 2022
@Fryguy Fryguy changed the title [WIP] Support GitHub Actions Support GitHub Actions Feb 5, 2022
@miq-bot miq-bot removed the wip label Feb 5, 2022
@chessbyte chessbyte merged commit 03cb63e into ManageIQ:master Feb 5, 2022
@Fryguy Fryguy deleted the support_github_actions branch February 5, 2022 18:57
@Fryguy Fryguy mentioned this pull request Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants