Skip to content

Commit b191253

Browse files
committed
do not prompt for interaction during dependency install on CI
1 parent 6b148e9 commit b191253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ node {
1717

1818
withCredentials([
1919
usernamePassword(
20-
credentialsId: balrogCredentialsID,
21-
passwordVariable: 'BALROG_PASSWORD',
20+
credentialsId: balrogCredentialsID,
21+
passwordVariable: 'BALROG_PASSWORD',
2222
usernameVariable: 'BALROG_ADMIN')]) {
2323

2424
docker.image(imgName).inside("-u 0:0") {
25-
sh './install-dev-dependencies.sh'
25+
sh './install-dev-dependencies.sh --no-prompt'
2626
sh '/bin/bash ./cliqz/build_sign_and_publish.sh '+CLIQZ_CHANNEL
2727
}
2828
}

0 commit comments

Comments
 (0)