Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Aug 7, 2024
1 parent 15cd8a2 commit a05df3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sidecar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ function populate() {
}
# echo $MANIFEST_FILE | jq -c '.manifests' | process_files manifests
if [ ! -z "$MANIFEST_FILE" ]; then
log "process manifest files"
MANIFEST_CONTENT=$(echo $MANIFEST_FILE | jq -c '.manifests')
process_files "manifests" "$MANIFEST_CONTENT"
fi
if [ ! -z "$METADATA_FILE" ]; then
# echo $METADATA_FILE | jq -c '.external_file_metadata' | process_files metadata
log "process metadata files"
METADATA_CONTENT=$(echo $METADATA_FILE | jq -c '.external_file_metadata')
process_files "metadata" "$METADATA_CONTENT"
fi
Expand Down

0 comments on commit a05df3b

Please sign in to comment.