Skip to content

Commit

Permalink
Update .vscode/scripts/runtime/local/run-vehicledatabroker-cli.sh
Browse files Browse the repository at this point in the history
Co-authored-by: BjoernAtBosch <Bjoern.Hornburg@de.bosch.com>
  • Loading branch information
MP91 and BjoernAtBosch authored Nov 4, 2022
1 parent a05e588 commit 0775695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/scripts/runtime/local/run-vehicledatabroker-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ fi

if [[ ! -f "$DATABROKER_EXEC_PATH/databroker" ]]
then
API_URL=https://github.com/boschglobal/kuksa.val/releases/download
DOWNLOAD_URL=https://github.com/boschglobal/kuksa.val/releases/download
echo "Downloading databroker:$DATABROKER_TAG"
curl -o $DATABROKER_ASSET_FOLDER/$PROCESSOR/$DATABROKER_BINARY_NAME --create-dirs -L -H "Accept: application/octet-stream" "$API_URL/$DATABROKER_TAG/$DATABROKER_BINARY_NAME"
curl -o $DATABROKER_ASSET_FOLDER/$PROCESSOR/$DATABROKER_BINARY_NAME --create-dirs -L -H "Accept: application/octet-stream" "$DOWNLOAD_URL/$DATABROKER_TAG/$DATABROKER_BINARY_NAME"
tar -xf $DATABROKER_ASSET_FOLDER/$PROCESSOR/$DATABROKER_BINARY_NAME -C $DATABROKER_ASSET_FOLDER/$PROCESSOR
fi

Expand Down

0 comments on commit 0775695

Please sign in to comment.