Skip to content

Commit

Permalink
Don't use clone-bundle for repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan authored Sep 14, 2017
1 parent 9845d31 commit 2be1b30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ node('docker && linux-build') {
export HOME=$WORKSPACE
export USER=jenkins
repo init -u https://github.com/ayufan-rock64/linux-manifests -b default --depth=1
repo init -u https://github.com/ayufan-rock64/linux-manifests -b default --depth=1 --no-clone-bundle
repo sync -j 20 -c --force-sync
'''
}
Expand Down

0 comments on commit 2be1b30

Please sign in to comment.