#739 upgrade twake-ui to 1.4.0
This commit is contained in:
Vendored
+1
-7
@@ -19,13 +19,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Compile') {
|
||||
steps {
|
||||
sh '''
|
||||
cat > .npmrc << EOF
|
||||
@linagora:registry=https://npm.pkg.github.com/
|
||||
//npm.pkg.github.com/:_authToken=${GITHUB_CREDENTIAL_PSW}
|
||||
EOF
|
||||
'''
|
||||
sh 'npm install'
|
||||
sh 'npm install'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
|
||||
Reference in New Issue
Block a user