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 30b008f commit bf639a1Copy full SHA for bf639a1
.azure-pipelines/steps/linux.yml
@@ -17,7 +17,6 @@ steps:
17
mkdir -p $HOME/rustsrc
18
displayName: Prep
19
20
-# FIXME: using the job display name feels brittle. Is there a better variable that represents the current matrix key?
21
- bash: |
22
export RUN_SCRIPT="$BUILD_SOURCESDIRECTORY/src/ci/init_repo.sh . $HOME/rustsrc && src/ci/docker/run.sh $IMAGE"
23
echo "##vso[task.setvariable variable=IMAGE]$IMAGE"
0 commit comments