Skip to content
Snippets Groups Projects
Commit 375334e3 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix paths

parent 42cb7076
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97847 failed
......@@ -4,7 +4,7 @@ set -e
DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
SCRIPT_DIR=$(dirname $0)
LOCAL_DIR=/local/gitlab-runner/
rsync -av --progress ${DATA_DIR}/*.h5parm epoch_5026988680.9055605_concatenated.ms calibration_skymodel.txt ${LOCAL_DIR}/
rsync -av --progress ${DATA_DIR}/*.h5parm ${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms ${DATA_DIR}/calibration_skymodel.txt ${LOCAL_DIR}/
cd ${LOCAL_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment