From 42e8279c758445770a9dde08a89031e1c37f3d2c Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 11 Dec 2020 13:43:34 +0000 Subject: [PATCH] Remove PATH hack (#158) --- .azure-pipelines/azure-pipelines.yml | 2 +- tests/utils/shippable/shippable.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 78250038..1408413a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -36,7 +36,7 @@ variables: resources: containers: - container: default - image: quay.io/ansible/azure-pipelines-test-container:1.7.0 + image: quay.io/ansible/azure-pipelines-test-container:1.7.1 pool: Standard diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index e8912478..40696f54 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -14,9 +14,6 @@ function join { echo "$*"; } -# HACK remove once azure-pipelines-test-container has been fixed -export PATH=$PATH:$HOME/.local/bin - # Ensure we can write other collections to this dir sudo chown "$(whoami)" "${PWD}/../../"