Skip to content

Commit d100e7c

Browse files
committed
Do not run CI as root
1 parent fe2f0c5 commit d100e7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.orchestra/ci/ci-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373
cd "$DIR"
7474

7575
# Install dependencies
76-
"$DIR/install-dependencies.sh"
76+
sudo "$DIR/install-dependencies.sh"
7777

7878
#
7979
# Register deploy key, if any

.orchestra/ci/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ORCHESTRA_CONFIG_COMMIT="$(ogit rev-parse --short "$ORCHESTRA_TARGET_BRANCH")"
8484
log "Using configuration branch $ORCHESTRA_TARGET_BRANCH (commit $ORCHESTRA_CONFIG_COMMIT)"
8585

8686
# Install missing dependencies
87-
.orchestra/ci/install-dependencies.sh
87+
sudo .orchestra/ci/install-dependencies.sh
8888

8989
export COMPONENT_TARGET_BRANCH
9090

0 commit comments

Comments
 (0)