Revert "Disable new git tests until a fix for rhel6/7 is merged."

This reverts commit 197d3dfe97.
pull/15490/head
Robin Roth 8 years ago
parent c600ab81ee
commit 59bad647b6

@ -596,22 +596,17 @@
depth: 1 depth: 1
version: master version: master
### Commented out while @robinro figures out the best fix to the git module. - name: switch to older branch with depth=1 (uses fetch)
### Probably going to disable depth for this operation when on older vresions git:
### of git to address it (of what we test, currently only rhel6/7 are broken repo: '{{ repo_depth_url }}'
### (fedora and ubuntu12+ work) dest: '{{ checkout_dir }}'
depth: 1
#- name: switch to older branch with depth=1 (uses fetch) version: earlybranch
# git: register: git_fetch
# repo: '{{ repo_depth_url }}'
# dest: '{{ checkout_dir }}' - name: ensure the fetch succeeded
# depth: 1 assert:
# version: earlybranch that: git_fetch|success
# register: git_fetch
#
#- name: ensure the fetch succeeded
# assert:
# that: git_fetch|success
- name: clear checkout_dir - name: clear checkout_dir
file: state=absent path={{ checkout_dir }} file: state=absent path={{ checkout_dir }}

Loading…
Cancel
Save