Skip to content

Commit 8e0ea48

Browse files
committed
minor: fixup permissions so we can cleanup when installing MO as root
1 parent fb2618b commit 8e0ea48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ cxx_driver_variables:
160160
cd mongo-orchestration
161161
if [ "$(whoami)" != "root" ]; then
162162
sudo python setup.py install
163+
sudo chown -R ubuntu .
163164
else
164165
python setup.py install
165166
fi

0 commit comments

Comments
 (0)