summaryrefslogtreecommitdiff
path: root/final
diff options
context:
space:
mode:
Diffstat (limited to 'final')
-rw-r--r--final/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/final/Jenkinsfile b/final/Jenkinsfile
index c5807d2..75f72e5 100644
--- a/final/Jenkinsfile
+++ b/final/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
stage('Clone Repository') {
steps {
script {
- sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git || git checkout'
+ sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git'
}
}
}