Skip to content

Commit

Permalink
Use UID 1010 for ci user
Browse files Browse the repository at this point in the history
Avoids issues with ubuntu users in recect ubuntu Docker images
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent 2ff2c43 commit d04e561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial_ci/src/tests/ros_prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function setup_ros_buildfarm() {
}

function setup_ros_prerelease() {
ici_asroot useradd -m -d "$WORKSPACE/home" ci
ici_asroot useradd -u 1010 --non-unique -m -d "$WORKSPACE/home" ci

if ! [ -d "$WORKSPACE/home/.ccache" ]; then
ici_asroot mkdir -p "$WORKSPACE/home/.ccache"
Expand Down

0 comments on commit d04e561

Please sign in to comment.