ci: fix azure pipeline specific code in install-awscli

This commit is contained in:
Pietro Albini 2020-01-07 11:08:58 +01:00
parent 1add455ec6
commit b4f71cd477
No known key found for this signature in database
GPG Key ID: 3E06ABE80BAAF19C
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if isLinux; then
pipflags="--user"
sudo apt-get install -y python3-setuptools
echo "##vso[task.prependpath]$HOME/.local/bin"
ciCommandAddPath "${HOME}/.local/bin"
fi
mkdir -p "${DEPS_DIR}"