We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1add455 commit b4f71cdCopy full SHA for b4f71cd
src/ci/scripts/install-awscli.sh
@@ -28,7 +28,7 @@ if isLinux; then
28
pipflags="--user"
29
30
sudo apt-get install -y python3-setuptools
31
- echo "##vso[task.prependpath]$HOME/.local/bin"
+ ciCommandAddPath "${HOME}/.local/bin"
32
fi
33
34
mkdir -p "${DEPS_DIR}"
0 commit comments