Skip to content

Commit

Permalink
[HOTFIX] Fix conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Jul 30, 2019
1 parent 0c3861d commit 62f89e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ task createDockerfile(type: Dockerfile) {
conda config --add channels conda-forge
"""

runCommand "sudo chown -R jenkins:jenkins /home/jenkins/miniconda/pkgs"

environmentVariable("HIVE_HOME", "/usr/hdp/2.2.9.0-3393/hive")
runCommand "pip install awscli --upgrade --user"

Expand Down

0 comments on commit 62f89e0

Please sign in to comment.