remove useless env

This commit is contained in:
Jakub Sokołowski 2018-08-15 13:55:16 -04:00
parent 076541e071
commit f98b4547a4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

1
Jenkinsfile vendored
View File

@ -24,7 +24,6 @@ node('linux') {
stage('Build') {
env.APK_URL = params.APK_URL
sh 'env'
sh 'npm run build'
sh 'du -hsc dist/*'
}