We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2f0c5 commit d100e7cCopy full SHA for d100e7c
2 files changed
.orchestra/ci/ci-run.sh
@@ -73,7 +73,7 @@ fi
73
cd "$DIR"
74
75
# Install dependencies
76
-"$DIR/install-dependencies.sh"
+sudo "$DIR/install-dependencies.sh"
77
78
#
79
# Register deploy key, if any
.orchestra/ci/ci.sh
@@ -84,7 +84,7 @@ ORCHESTRA_CONFIG_COMMIT="$(ogit rev-parse --short "$ORCHESTRA_TARGET_BRANCH")"
84
log "Using configuration branch $ORCHESTRA_TARGET_BRANCH (commit $ORCHESTRA_CONFIG_COMMIT)"
85
86
# Install missing dependencies
87
-.orchestra/ci/install-dependencies.sh
+sudo .orchestra/ci/install-dependencies.sh
88
89
export COMPONENT_TARGET_BRANCH
90
0 commit comments