Fix failed to download cisco artifacts issue (#8942)
Why I did it Fix the failure to download cisco artifacts issue
This commit is contained in:
parent
6e08bf2584
commit
2436f96c0a
@ -44,7 +44,7 @@ stages:
|
|||||||
path: s/platform/cisco-8000
|
path: s/platform/cisco-8000
|
||||||
displayName: 'Checkout cisco-8000'
|
displayName: 'Checkout cisco-8000'
|
||||||
- script: |
|
- 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 "The cisco 8000 release version is $cisco_ref"
|
||||||
echo "##vso[task.setvariable variable=cisco.ref]$cisco_ref"
|
echo "##vso[task.setvariable variable=cisco.ref]$cisco_ref"
|
||||||
displayName: 'Export cisco release version'
|
displayName: 'Export cisco release version'
|
||||||
|
Loading…
Reference in New Issue
Block a user