Skip to content

Commit

Permalink
container metadata: validation file name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jnippula committed May 31, 2024
1 parent df811b9 commit d12de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/px_uploader.entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extract_bin_from_px4() {
# px4 build timestamp is included in px4 file
build_timestamp=$(cat ${px4_file} | jq -r '.build_time')

validation_file=${target_dir}/$(basename ${px4_file%.px4})-validation.txt
validation_file=${target_dir}/$(basename ${px4_file%.px4}).val
generate_metadata ${px4_file} ${validation_file} ${build_timestamp}
}

Expand Down

0 comments on commit d12de87

Please sign in to comment.