Skip to content

Commit b4f71cd

Browse files
committed
ci: fix azure pipeline specific code in install-awscli
1 parent 1add455 commit b4f71cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-awscli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if isLinux; then
2828
pipflags="--user"
2929

3030
sudo apt-get install -y python3-setuptools
31-
echo "##vso[task.prependpath]$HOME/.local/bin"
31+
ciCommandAddPath "${HOME}/.local/bin"
3232
fi
3333

3434
mkdir -p "${DEPS_DIR}"

0 commit comments

Comments
 (0)