Skip to content

Commit 9168086

Browse files
committed
APM-4219 Leave comment for reasoning
1 parent 957a0b9 commit 9168086

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/components/set-facts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parameters:
1919
steps:
2020
- bash: |
2121
set -euo pipefail
22-
echo "!!! If you get an error here, it is because '${{ parameters.service_name }}' is not the source alias name of the artifact"
22+
echo "!!! ls picks the latest file for the artifact. If you get an error here, it is because '${{ parameters.service_name }}' is not the source alias name of the artifact"
2323
ls -R $(Pipeline.Workspace)
2424
export SERVICE_ARTIFACT_NAME=`ls -t $(Pipeline.Workspace)/s/${{ parameters.service_name }}`
2525
echo "##vso[task.setvariable variable=SERVICE_ARTIFACT_NAME]$SERVICE_ARTIFACT_NAME"

0 commit comments

Comments
 (0)