Shippable: community/general (#12)

* Shippable: community/general
This commit is contained in:
John R Barker 2020-03-17 08:59:17 +00:00 committed by GitHub
commit 1f06a02043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 86 additions and 58 deletions

View file

@ -1,3 +1,3 @@
shippable/cloud/group1
cloud/foreman
needs/file/contrib/inventory/foreman.py
needs/file/scripts/inventory/foreman.py

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Wrapper to use the correct Python interpreter and support code coverage.
REL_SCRIPT="../../../../contrib/inventory/foreman.py"
REL_SCRIPT="../../../../scripts/inventory/foreman.py"
ABS_SCRIPT="$("${ANSIBLE_TEST_PYTHON_INTERPRETER}" -c "import os; print(os.path.abspath('${REL_SCRIPT}'))")"
# Make sure output written to current directory ends up in the temp dir.