Skip to content

Commit

Permalink
Changes for lasker branch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 23, 2021
1 parent 54c8ce5 commit 17c39d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ManageIQ::Providers::Azure

[![Build Status](https://travis-ci.com/ManageIQ/manageiq-providers-azure.svg?branch=master)](https://travis-ci.com/ManageIQ/manageiq-providers-azure)
[![Build Status](https://travis-ci.com/ManageIQ/manageiq-providers-azure.svg?branch=lasker)](https://travis-ci.com/ManageIQ/manageiq-providers-azure)
[![Maintainability](https://api.codeclimate.com/v1/badges/b870f505f2956081176d/maintainability)](https://codeclimate.com/github/ManageIQ/manageiq-providers-azure/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b870f505f2956081176d/test_coverage)](https://codeclimate.com/github/ManageIQ/manageiq-providers-azure/test_coverage)
[![Security](https://hakiri.io/github/ManageIQ/manageiq-providers-azure/master.svg)](https://hakiri.io/github/ManageIQ/manageiq-providers-azure/master)
[![Security](https://hakiri.io/github/ManageIQ/manageiq-providers-azure/lasker.svg)](https://hakiri.io/github/ManageIQ/manageiq-providers-azure/lasker)

[![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ManageIQ/manageiq-providers-azure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ENV.key?("MANAGEIQ_REPO")
FileUtils.ln_s(manageiq_repo.expand_path, spec_manageiq.expand_path)
elsif !spec_manageiq.exist?
puts "== Cloning manageiq sample app =="
system "git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 spec/manageiq"
system "git clone https://github.com/ManageIQ/manageiq.git --branch lasker --depth 1 spec/manageiq"
end

require gem_root.join("spec/manageiq/lib/manageiq/environment").to_s
Expand Down

0 comments on commit 17c39d1

Please sign in to comment.