Skip to content

Commit 3a73477

Browse files
Update Jenkinsfile
removed clone step
1 parent a28e412 commit 3a73477

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ pipeline {
55
VENV = 'venv'
66
}
77

8-
stages {
9-
stage('Clone Repo') {
10-
steps {
11-
git 'https://github.com/ap-dev-github/sentiment-analyzer-api.git'
12-
}
13-
}
14-
158
stage('Set Up Python') {
169
steps {
1710
sh '''

0 commit comments

Comments
 (0)