Compare commits
No commits in common. "a3b99ccd202bc362bef92bb88ae1a018df1e7c13" and "3f690a6b74db667479ce2a3d6b6bf2ee88985c05" have entirely different histories.
a3b99ccd20
...
3f690a6b74
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=${branchName} npm run build:prod"
|
sh "VERSION=master npm run build:prod"
|
||||||
}
|
}
|
||||||
|
|
||||||
sh 'ls dist';
|
sh 'ls dist';
|
||||||
|
Loading…
Reference in New Issue
Block a user