Revert "fix: 🔧 Fix build runtime srtool permission issue" (#221)

This reverts commit 5645c2f9f4.
This commit is contained in:
Steve Degosserie 2025-10-10 18:15:22 +02:00 committed by GitHub
parent 062584d1a2
commit ba5ce56c5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@
CMD="docker run \
-i \
--rm \
--user $(id -u):$(id -g) \
-e CARGO_NET_GIT_FETCH_WITH_CLI=true \
-e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
-e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \