From 4597f7744806d044e80ff49fb5952e111ce72733 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 9 Apr 2020 12:21:29 +0200 Subject: [PATCH] Stop using custom branch to avoid full CI run on changelog fragments. (#25) --- tests/utils/shippable/shippable.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 668fd050..5e1c4a98 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -53,8 +53,7 @@ command -v pip pip --version pip list --disable-pip-version-check if [ "${ansible_version}" == "devel" ]; then - retry pip install https://github.com/felixfontein/ansible/archive/changelogs-docs-collections.tar.gz --disable-pip-version-check - # retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check + retry pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check else retry pip install ansible==${ansible_version} --disable-pip-version-check # force complete CI run for Ansible 2.9: 2.9's ansible-test's change detection for collections is broken