KASM-5378 Update kasm-recorder-service commit

This commit is contained in:
Mariusz Marciniak 2024-01-02 13:37:51 +01:00
parent 395f8536ab
commit 5c8e3b9e92
No known key found for this signature in database

View File

@ -2,8 +2,8 @@
### every exit != 0 fails the script
set -e
COMMIT_ID="b9f195d8aac56b3127be9083470bddc360e30377"
BRANCH="main"
COMMIT_ID="2ffd3da2a103e3838ab3e5573bd7610546691218"
BRANCH="feature_KASM-5378_recording_errata"
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
ARCH=$(arch | sed 's/aarch64/arm64/g' | sed 's/x86_64/amd64/g')