Skip to content

Commit 938ffa8

Browse files
committed
Use community.crypto's stable-2 branch in EOL CI.
(cherry picked from commit aeb668a)
1 parent c41465c commit 938ffa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
;
218218
git clone --depth=1 --single-branch https://github.com/ansible-collections/ansible.posix.git ../../ansible/posix
219219
;
220-
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.crypto.git ../../community/crypto
220+
git clone --depth=1 --single-branch --branch stable-2 https://github.com/ansible-collections/community.crypto.git ../../community/crypto
221221
;
222222
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ../../community/internal_test_tools
223223
pull-request-change-detection: 'true'

0 commit comments

Comments
 (0)