Skip to content

Commit

Permalink
Remove some Shippable specific code that trips latest shellcheck. (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jan 4, 2024
1 parent 453adb5 commit 97e44c4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions tests/utils/shippable/shippable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,8 @@ fi
# END: HACK


if [ "${SHIPPABLE_BUILD_ID:-}" ]; then
export ANSIBLE_COLLECTIONS_PATHS="${HOME}/.ansible"
SHIPPABLE_RESULT_DIR="$(pwd)/shippable"
TEST_DIR="${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/crypto"
mkdir -p "${TEST_DIR}"
cp -aT "${SHIPPABLE_BUILD_DIR}" "${TEST_DIR}"
cd "${TEST_DIR}"
else
# AZP
export ANSIBLE_COLLECTIONS_PATHS="$PWD/../../../"
fi
# AZP
export ANSIBLE_COLLECTIONS_PATHS="$PWD/../../../"

if [ "${test}" == "sanity/extra" ]; then
retry pip install junit-xml --disable-pip-version-check
Expand Down

0 comments on commit 97e44c4

Please sign in to comment.