mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
list the files
This commit is contained in:
parent
08f4b1b5d5
commit
1b2a9e713d
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ synchronize_lexer_grammar () {
|
|||
cp "$source_file" "$destination_file"
|
||||
cp -r "$source_lib_dir" "$destination_lib_dir"
|
||||
|
||||
ls -l "$destination_lib_dir"
|
||||
|
||||
# Insert the license header
|
||||
temp_file=$(mktemp)
|
||||
printf "// DO NOT MODIFY THIS FILE BY HAND. IT IS MANAGED BY A CI JOB.\n\n%s" "$(cat $destination_file)" > "$temp_file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue