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

Use full path

parent 375334e3
No related branches found
No related tags found
1 merge request!1Add CI/CD
Pipeline #97850 failed
...@@ -3,6 +3,7 @@ set -e ...@@ -3,6 +3,7 @@ set -e
DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset DATA_DIR=/var/scratch/mancini/wp5/andre_test/Testset
SCRIPT_DIR=$(dirname $0) SCRIPT_DIR=$(dirname $0)
SCRIPT_FULL_DIR=$(realpath ${SCRIPT_DIR})
LOCAL_DIR=/local/gitlab-runner/ LOCAL_DIR=/local/gitlab-runner/
rsync -av --progress ${DATA_DIR}/*.h5parm ${DATA_DIR}/epoch_5026988680.9055605_concatenated.ms ${DATA_DIR}/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}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment