summaryrefslogtreecommitdiffstats
path: root/jjb/global
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/global')
-rw-r--r--jjb/global/releng-macros.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml
index 25e4e4a94..1c74732d5 100644
--- a/jjb/global/releng-macros.yml
+++ b/jjb/global/releng-macros.yml
@@ -345,7 +345,7 @@
builders:
- shell: |
# Install python packages
- pip install "flake8==2.6.2"
+ sudo pip install "flake8==2.6.2"
echo "Checking python code..."
for f in $(egrep '\.py$' modified_files)
@@ -361,8 +361,8 @@
name: lint-yaml-code
builders:
- shell: |
- # Install python packages
- pip install "yamllint==1.8.2"
+ # sudo Install python packages
+ sudo pip install "yamllint==1.8.2"
echo "Checking yaml file..."
for f in $(egrep '\.ya?ml$' modified_files)