summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-16 13:49:35 +0200
committerVarac <varac@leap.se>2017-06-16 13:49:35 +0200
commitf89abb94469717e7c35ba01b30b17a320eba4c72 (patch)
treea017e44a627703c64ddf8594eacb4c3dc6e17d74 /tests
parent69b70494c96c7db97cf5b535e4a049606aeafa2b (diff)
[CI] Use master branch of leap_cli
We moved from develop to master some time ago so we should use master for CI testing as well.
Diffstat (limited to 'tests')
-rw-r--r--tests/platform-ci/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform-ci/Gemfile b/tests/platform-ci/Gemfile
index 36f556e5..6ec76b2e 100644
--- a/tests/platform-ci/Gemfile
+++ b/tests/platform-ci/Gemfile
@@ -13,5 +13,5 @@ group :test do
# Use puppet-catalog-test from git because last released gem 0.4.2 gives a deprecation
# warning: "[DEPRECATION] `last_comment` is deprecated. Please use `last_description` instead."
gem "puppet-catalog-test", :git => 'https://github.com/invadersmustdie/puppet-catalog-test.git'
- gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git', :branch => 'develop'
+ gem "leap_cli", :git => 'https://leap.se/git/leap_cli.git'
end