how do I bash?
This commit is contained in:
parent
d5e9ac88ca
commit
d7bae750b2
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ upload_binaries_to_blob_storage(){
|
|||
update_file_in_blob_storage $index_URL $indexfile $indexContent
|
||||
|
||||
# update the version file
|
||||
local versionContent = $(cat $REPOROOT/artifacts/$RID/stage2/.version)
|
||||
local versionContent=$(cat $REPOROOT/artifacts/$RID/stage2/.version)
|
||||
local versionfile="latest.$OSNAME.version"
|
||||
local version_URL="https://$STORAGE_ACCOUNT.blob.core.windows.net/$STORAGE_CONTAINER/$CHANNEL/dnvm/$versionfile$SASTOKEN"
|
||||
update_file_in_blob_storage $version_URL $versionfile $versionContent
|
||||
|
|
Loading…
Reference in a new issue