Skip to content

Commit fa06bcf

Browse files
committed
ci: remove stage checkout
1 parent 912e091 commit fa06bcf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ pipeline {
22
agent any
33

44
stages {
5-
stage('Clone Repository') {
6-
steps {
7-
git url: 'https://github.com/Quizzfly/quizzfly.git'
8-
}
9-
}
105
stage('Stop Existing Container') {
116
steps {
127
script {

0 commit comments

Comments
 (0)