fix not master branch build:prod
This commit is contained in:
2
build/prod/Jenkinsfile
vendored
2
build/prod/Jenkinsfile
vendored
@@ -9,7 +9,7 @@ stage ('production build') {
|
||||
sh "VERSION=${tagNoV} npm run build:prod";
|
||||
} else {
|
||||
echo 'tag not found'
|
||||
sh "VERSION=master npm run build:prod"
|
||||
sh "VERSION=${branchName} npm run build:prod"
|
||||
}
|
||||
|
||||
sh 'ls dist';
|
||||
|
||||
Reference in New Issue
Block a user