Skip to content

Commit 3015238

Browse files
committed
bug fix
1 parent 415771d commit 3015238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pipeline {
77

88

99
stages {
10+
1011
stage('source') {
1112
steps {
1213
git credentialsId: '296b18ab-4260-44bd-ba13-0c8b6f6208a5', url: 'https://github.com/sd031/aws_codebuild_codedeploy_nodeJs_demo'
@@ -27,7 +28,7 @@ pipeline {
2728
// // some block
2829
// echo secver
2930
// }
30-
sh 'npm installer'
31+
sh 'npm install'
3132
}
3233

3334
}

0 commit comments

Comments
 (0)