Skip to content

Commit

Permalink
Revert change of git clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan authored Sep 14, 2017
1 parent 9599bc5 commit 10c3f92
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 @@ -31,7 +31,7 @@ node('docker && linux-build') {
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
ccache -M 0 -F 0
git clean -fdx -e ccache
git clean -ffdx -e ccache
'''
}

Expand Down

0 comments on commit 10c3f92

Please sign in to comment.