Skip to content

Commit

Permalink
[CI] Fix permissions should not fail (#18899)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 2, 2020
1 parent 7927da7 commit 6369b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ def fixPermissions(location) {
sh(label: 'Fix permissions', script: """#!/usr/bin/env bash
source ./dev-tools/common.bash
docker_setup
script/fix_permissions.sh ${location}""")
script/fix_permissions.sh ${location}""", returnStatus: true)
}

def makeTarget(String context, String target, boolean clean = true) {
Expand Down

0 comments on commit 6369b78

Please sign in to comment.