Skip to content

Commit

Permalink
MAINT: Remove fmu_meta.json from radix container (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnatt authored Sep 24, 2024
1 parent 4787c91 commit e357ea4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions schema/app/install-schema-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ find ./definitions -type d -name schema -print | \
#echo "creating $sdir/$ffile"
cat "$file" | jq '.["$id"]='\""$id"\" > "$sdir"/"$ffile"
done

# Temporarily copy the fmu_results.json schema to fmu_meta.json
# TODO: Remove once Sumo has switched to fmu_results.json
id="$URIPREFIX"/"$sdir"/fmu_meta.json
cat "$sdir"/fmu_results.json | jq '.["$id"]='\""$id"\" > "$sdir"/fmu_meta.json

done


0 comments on commit e357ea4

Please sign in to comment.