fix not master branch build:prod

This commit is contained in:
Primakov Alexandr Alexandrovich 2024-04-09 23:57:42 +03:00
parent c12b37b6f9
commit 5e7df3b8b3

View File

@ -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';