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