Skip to content
Snippets Groups Projects
Commit b87b6016 authored by Maurice Zimmnau's avatar Maurice Zimmnau
Browse files

Wrong folder copying

parent d0822774
No related branches found
No related tags found
No related merge requests found
Pipeline #1625914 failed
......@@ -85,7 +85,7 @@ build-integration-test:
## Create database folder and copy engines and airfoils into local repo
- |
if [ ! -d "${DIR_DATABASES}" ]; then
mkdir ${DIR_DATABASES} && cd ${DIR_DATABASES} && mkdir ${DIR_ENGINES} && mkdir ${DIR_AIRFOILS} && cd ${PATH_CLEAN_AIRCRAFT_DESIGN}
mkdir ${DIR_DATABASES} && cd ${DIR_DATABASES} && mkdir ${DIR_ENGINES} && mkdir ${DIR_AIRFOILS} && cd ${CI_PROJECT_DIR}
cp -rf ${PATH_CLEAN_LIBRARIES}/${DIR_AIRFOILS}/* ${DIR_DATABASES}/${DIR_AIRFOILS}
cp -rf ${PATH_CLEAN_ENGINES}/* ${DIR_DATABASES}/${DIR_ENGINES}
fi
......
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