Compare commits
2 Commits
3f690a6b74
...
a3b99ccd20
Author | SHA1 | Date | |
---|---|---|---|
a3b99ccd20 | |||
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";
|
||||
} else {
|
||||
echo 'tag not found'
|
||||
sh "VERSION=master npm run build:prod"
|
||||
sh "VERSION=${branchName} npm run build:prod"
|
||||
}
|
||||
|
||||
sh 'ls dist';
|
||||
|
Loading…
Reference in New Issue
Block a user