Skip to content

Commit e84098b

Browse files
committed
fix syntax
1 parent 25598bd commit e84098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pipeline {
1616
steps {
1717
echo "test pipeline"
1818
sh '''
19-
docker exec -it node sh -c 'npm install --save-dev jest && npm test'
19+
docker exec -it node sh -c "npm install --save-dev jest && npm test"
2020
'''
2121
}
2222
}

0 commit comments

Comments
 (0)