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 e19aadf commit 08e19d1Copy full SHA for 08e19d1
ci/azure-pipelines.yml
@@ -96,7 +96,7 @@ stages:
96
steps:
97
- task: DownloadPipelineArtifact@2
98
inputs:
99
- artifact: java-docker-image
+ artifact: javaenv-docker-image
100
path: $(Build.SourcesDirectory)/build
101
- script: |
102
docker image load --input build/fabric-javaenv.tar.gz
@@ -124,7 +124,7 @@ stages:
124
125
126
127
128
129
- task: DownloadSecureFile@1
130
name: keyring
0 commit comments