[WIP] Removed windows dep and unify shippable.sh (#38)

* Removed windows dep and unify shippable.sh

* Removed uneeded -p

* Fix chmod.

* Update tests/utils/shippable/shippable.sh

Co-Authored-By: John R Barker <john@johnrbarker.com>

* Distribute sanity tests into groups.

* Remove docs-build test, which doesn't yet exist for collections.

* Remove package-data.

* Remove unsupported option.

* Fix paths.

Co-authored-by: Jordan Borean <jborean93@gmail.com>
Co-authored-by: John R Barker <john@johnrbarker.com>
This commit is contained in:
Felix Fontein 2020-03-24 17:09:30 +01:00 committed by GitHub
parent 7ead1c14fc
commit a91ebb4e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 120 additions and 77 deletions

View file

@ -1,4 +0,0 @@
- name: delete temporary directory (windows)
ansible.windows.win_file:
path: '{{ remote_tmp_dir }}'
state: absent

View file

@ -1,10 +0,0 @@
- name: create temporary directory
register: remote_tmp_dir
notify:
- delete temporary directory (windows)
ansible.windows.win_tempfile:
state: directory
suffix: .test
- name: record temporary directory
set_fact:
remote_tmp_dir: '{{ remote_tmp_dir.path }}'