Skip to content

Commit 80cc63b

Browse files
author
runzexia
committed
fix typo
1 parent 49bf136 commit 80cc63b

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
@@ -24,7 +24,7 @@ pipeline {
2424
stage('get dependencies') {
2525
steps {
2626
container('nodejs') {
27-
sh 'yarn config set registry 'https://registry.npm.taobao.org'
27+
sh 'yarn config set registry https://registry.npm.taobao.org'
2828
sh 'yarn install --no-lockfile'
2929
}
3030

0 commit comments

Comments
 (0)