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