restored fetch tags to release jenkinsfile as we need it for release version

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-04-02 11:11:25 +02:00
parent 38c9bb7266
commit 539e975374
No known key found for this signature in database
GPG Key ID: A778DE3CD7D2D10D
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ node ('macos1'){
checkout scm
sh 'git fetch --tags'
sh 'rm -rf node_modules'
sh 'cp .env.prod .env'
sh 'lein deps'