Skip to content
Snippets Groups Projects
Commit 72c15843 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

Merge branch 'fix-restore-fetch-template' into '2.8.4-DEVELOPMENT'

fix restore fetch template error

See merge request !1651
parents a9cf69cf df6119be
No related branches found
No related tags found
2 merge requests!1706merge 2.8.4 to main,!1651fix restore fetch template error
Pipeline #15532 passed
......@@ -17,7 +17,7 @@ if [ ! -z "$PREV_PROCESSING_DIR" ] && [ -d "../$PREV_PROCESSING_DIR/rawdata/" ]
else
# Run the product fetcher
cd rawdata/
$SBIN_PATH/productfetcher --product-locator $1
$SBIN_PATH/productfetcher --product-locator $1 --product-locator $2
cd ../
fi
......
......@@ -6,5 +6,4 @@ export HOME={{spool_dir}}
SBIN_PATH=/lustre/aoc/cluster/pipeline/$CAPO_PROFILE/workspaces/sbin
mv $2/working/{{sdmId}}.ms $2/products/
$SBIN/deliver -p $2/products --prefix $1
$SBIN_PATH/deliver -p $2/products --prefix $1
......@@ -17,7 +17,7 @@ if [ ! -z "$PREV_PROCESSING_DIR" ] && [ -d "../$PREV_PROCESSING_DIR/rawdata/" ]
else
# Run the product fetcher
cd rawdata/
$SBIN_PATH/productfetcher --product-locator $1
$SBIN_PATH/productfetcher --product-locator $1 --product-locator $2
cd ../
fi
......
......@@ -5,6 +5,4 @@ export HOME={{spool_dir}}
SBIN_PATH=/lustre/aoc/cluster/pipeline/$CAPO_PROFILE/workspaces/sbin
$SBIN/deliver -p $2/products --prefix $1
$SBIN_PATH/deliver -p $2/products --prefix $1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment