mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
Fix failing sanity and integration tests (#7807)
* Remove some Shippable specific code that trips latest shellcheck. * Rename templated shell script to .sh.j2 to avoid shellcheck disliking the templating. * Copy on the remote, not from controller to remote.
This commit is contained in:
parent
f0dd018d47
commit
ee8b15708f
4 changed files with 4 additions and 12 deletions
7
tests/integration/targets/pids/templates/obtainpid.sh.j2
Normal file
7
tests/integration/targets/pids/templates/obtainpid.sh.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
"{{ remote_tmp_dir }}/{{ random_name }}" 100 &
|
||||
echo "$!" > "{{ remote_tmp_dir }}/obtainpid.txt"
|
Loading…
Add table
Add a link
Reference in a new issue