Skip to content

Commit

Permalink
no-op comment change to get CI/CD running again
Browse files Browse the repository at this point in the history
  • Loading branch information
aldernero committed Feb 21, 2025
1 parent 4e66ff0 commit 15ef301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mimir-build-image/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ set -eu
SRC_PATH=$GOPATH/src/github.com/grafana/mimir

# If we run make directly, any files created on the bind mount
# will have awkward ownership. So we switch to a user with the
# same user and group IDs as source directory. We have to set a
# few things up so that sudo works without complaining later on.
# will have awkward ownership. So instead we switch to a user with
# the same user and group IDs as source directory. We have to set
# a few things up so that sudo works without complaining later on.
uid=$(stat --format="%u" $SRC_PATH)
gid=$(stat --format="%g" $SRC_PATH)
echo "weave:x:$uid:$gid::$SRC_PATH:/bin/sh" >>/etc/passwd
Expand Down

0 comments on commit 15ef301

Please sign in to comment.