summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-10-03 12:46:58 -0700
committerGitHub <noreply@github.com>2016-10-03 12:46:58 -0700
commit7fd179ff3c234a9eab36d252ff29ca2e58745cab (patch)
treed1ffb35ba3822798a290d7a50cb69990c99aa598
parent19c3b07cbf4ca9a646c935e3f2c408dfada60beb (diff)
downloadansible-modules-core-7fd179ff3c234a9eab36d252ff29ca2e58745cab.tar.gz
Update CI config for stable-2.2 branch. (#5134)
-rw-r--r--README.md2
-rwxr-xr-xtest/utils/shippable/docs.sh1
-rwxr-xr-xtest/utils/shippable/integration.sh1
-rwxr-xr-xtest/utils/shippable/sanity.sh2
4 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb71dafe..f103ecd3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://api.shippable.com/projects/573f79d02a8192902e20e34e/badge?branch=devel)](https://app.shippable.com/projects/573f79d02a8192902e20e34e)
+[![Build Status](https://api.shippable.com/projects/573f79d02a8192902e20e34e/badge?branch=stable-2.2)](https://app.shippable.com/projects/573f79d02a8192902e20e34e)
ansible-modules-core
====================
diff --git a/test/utils/shippable/docs.sh b/test/utils/shippable/docs.sh
index 2858f87c..2c8e8f64 100755
--- a/test/utils/shippable/docs.sh
+++ b/test/utils/shippable/docs.sh
@@ -30,6 +30,7 @@ cd /
mv "${build_dir}" "${modules_tmp_dir}"
git clone "${ansible_repo_url}" "${build_dir}"
cd "${build_dir}"
+git checkout stable-2.2
rmdir "${this_modules_dir}"
mv "${modules_tmp_dir}" "${this_modules_dir}"
mv "${this_modules_dir}/shippable" "${build_dir}"
diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh
index cf10e681..6fb5d856 100755
--- a/test/utils/shippable/integration.sh
+++ b/test/utils/shippable/integration.sh
@@ -36,6 +36,7 @@ cd /
mv "${build_dir}" "${modules_tmp_dir}"
git clone "${ansible_repo_url}" "${build_dir}"
cd "${build_dir}"
+git checkout stable-2.2
rmdir "${this_modules_dir}"
mv "${modules_tmp_dir}" "${this_modules_dir}"
mv "${this_modules_dir}/shippable" "${build_dir}"
diff --git a/test/utils/shippable/sanity.sh b/test/utils/shippable/sanity.sh
index d9234cf0..cc722c15 100755
--- a/test/utils/shippable/sanity.sh
+++ b/test/utils/shippable/sanity.sh
@@ -13,7 +13,7 @@ if [ "${install_deps}" != "" ]; then
apt-get update -qq
apt-get install shellcheck
- pip install git+https://github.com/ansible/ansible.git@devel#egg=ansible
+ pip install git+https://github.com/ansible/ansible.git@stable-2.2#egg=ansible
pip install git+https://github.com/sivel/ansible-testing.git#egg=ansible_testing
fi