Skip to content

Commit

Permalink
Fix failed to download cisco artifacts issue (#8942)
Browse files Browse the repository at this point in the history
Why I did it
Fix the failure to download cisco artifacts issue
  • Loading branch information
xumia authored and qiluo-msft committed Oct 15, 2021
1 parent f1d5aac commit 967d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/official-build-cisco-8000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stages:
path: s/platform/cisco-8000
displayName: 'Checkout cisco-8000'
- script: |
cisco_ref=(cat platform/checkout/cisco-8000.ini | grep '^ref=' | cut -d= -f2)
cisco_ref=$(cat platform/checkout/cisco-8000.ini | grep '^ref=' | cut -d= -f2)
echo "The cisco 8000 release version is $cisco_ref"
echo "##vso[task.setvariable variable=cisco.ref]$cisco_ref"
displayName: 'Export cisco release version'
Expand Down

0 comments on commit 967d8ab

Please sign in to comment.