浏览代码

更新 'Jenkinsfile'

sifu-gogs 2 年之前
父节点
当前提交
cf6918ba4f
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Jenkinsfile

+ 0 - 3
Jenkinsfile

@@ -8,9 +8,6 @@ pipeline {
             steps {
             steps {
 				sh 'docker-compose down'
 				sh 'docker-compose down'
                 nodejs('16.17.0') {
                 nodejs('16.17.0') {
-                    sh 'npm -v'
-                    sh 'node -v'
-                    sh 'yarn -v'
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'npm install yarn -g --registry https://registry.npm.taobao.org'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn config set registry https://registry.npm.taobao.org/'
                     sh 'yarn install'
                     sh 'yarn install'