Skip to content

Commit 93aca68

Browse files
author
Abhi Singh
authored
removes local website startup
1 parent 6c7d8e4 commit 93aca68

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,6 @@ bstack-local''',
2929
}
3030
}
3131

32-
stage('Start Local') {
33-
if ( "${params.TEST_TYPE}".contains('local') ) {
34-
dir('app') {
35-
git branch: 'master', url: 'https://github.com/browserstack/browserstack-demo-app'
36-
sh '''
37-
npm install
38-
npm run build
39-
npm start &
40-
'''
41-
}
42-
} else {
43-
Utils.markStageSkippedForConditional('Start Local')
44-
}
45-
}
46-
4732
stage('Install Dependencies'){
4833
sh '''
4934
pip3 install robotframework

0 commit comments

Comments
 (0)