Skip to content
Snippets Groups Projects

Added copying of mark 4 observations to the WS staging area

Merged Nathan Bockisch requested to merge copy_mark4_to_staging_area into 2.8.2-DEVELOPMENT
1 unresolved thread
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
@@ -63,7 +63,12 @@ for FILE in *; do
FULLPATH=$(/bin/readlink -f $FILE)
NGASCMD="${NGASHOST}ARCHIVE?filename=file://${FULLPATH}"
/bin/curl $NGASCMD
INGESTOUT=$(/bin/curl $NGASCMD)
if echo $INGESTOUT | grep -i "error"; then
echo "Failed to ingest ${FILE}"
exit 1
fi
done"""
def upgrade():
Loading