mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed release tar/zip keeping execution mode on phantomjs
This commit is contained in:
parent
396b687e4b
commit
eeba128f8a
@ -44,6 +44,7 @@ module.exports = function(grunt) {
|
||||
grunt.config('copy.backend_files', {
|
||||
expand: true,
|
||||
src: ['conf/*', 'vendor/**/*', '!conf/grafana.dev.ini'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>'
|
||||
});
|
||||
grunt.task.run('copy:dist_to_tmp');
|
||||
|
Loading…
Reference in New Issue
Block a user