Skip to content
Snippets Groups Projects
Commit 9f4e6aed authored by user name's avatar user name
Browse files

Fixed position of defining SHORT_PROJECT_ID variable

parent 36782568
No related branches found
No related tags found
No related merge requests found
Pipeline #29003 passed
......@@ -24,13 +24,14 @@ NEW_VERSION=$4
source $CONFIG_SH
SHORT_PROJECT_ID=`echo $PROJECT_ID | cut -f 1 -d '_'`
mkdir -p ${OUTPUT_DIR}/${SHORT_PROJECT_ID}_${NEW_VERSION}/params
mkdir -p ${OUTPUT_DIR}/${SHORT_PROJECT_ID}_${NEW_VERSION}/config
mkdir -p ${OUTPUT_DIR}/${SHORT_PROJECT_ID}_${NEW_VERSION}/families
# Copy the PED files
cd $PARAMS_DIR
SHORT_PROJECT_ID=`echo $PROJECT_ID | cut -f 1 -d '_'`
cp $OUTPUT_DIR/${SHORT_PROJECT_ID}_${OLD_VERSION}/params/*.ped ./
cp $OUTPUT_DIR/${SHORT_PROJECT_ID}_${OLD_VERSION}/params/*.txt ./
......
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