Skip to content

Commit

Permalink
remove dependency install for building
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancor committed Dec 22, 2017
1 parent 6b148e9 commit f88094d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ node {

withCredentials([
usernamePassword(
credentialsId: balrogCredentialsID,
passwordVariable: 'BALROG_PASSWORD',
credentialsId: balrogCredentialsID,
passwordVariable: 'BALROG_PASSWORD',
usernameVariable: 'BALROG_ADMIN')]) {

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

0 comments on commit f88094d

Please sign in to comment.