aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 96a3337..26ea3ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
steps {
sh '''rm -rf $WORKSPACE/contrib
mkdir -p $WORKSPACE/contrib
-mv -v $WORKSPACE/* $WORKSPACE/.git $WORKSPACE/contrib/'''
+mv -fv $WORKSPACE/* $WORKSPACE/.git $WORKSPACE/contrib/'''
}
}
stage('Build STM32') {