]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/shared.sh
Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov
[rust.git] / src / ci / shared.sh
index 98120f5dff95dafb63b62f2a8ac64221b88b73bb..206065d7072451b9aa4297e722817ca8a2be39be 100644 (file)
@@ -80,7 +80,7 @@ function ciCommit {
 
 function ciCheckoutPath {
     if isAzurePipelines; then
-        echo "${SYSTEM_WORKFOLDER}"
+        echo "${BUILD_SOURCESDIRECTORY}"
     elif isGitHubActions; then
         echo "${GITHUB_WORKSPACE}"
     else
@@ -99,7 +99,7 @@ function ciCommandAddPath {
     if isAzurePipelines; then
         echo "##vso[task.prependpath]${path}"
     elif isGitHubActions; then
-        echo "::add-path::${value}"
+        echo "::add-path::${path}"
     else
         echo "ciCommandAddPath only works inside CI!"
         exit 1