repertory/post_build.sh
Scott E. Graves d452761ff9
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
fix permissions
2024-07-17 17:08:38 -05:00

8 lines
318 B
Bash
Executable File

#!/bin/bash
CURRENT_DIR=$(dirname "$0")
CURRENT_DIR=$(realpath ${CURRENT_DIR})
rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_data/ ${PROJECT_BUILD_DIR}/build/test_data/
rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_data/ ${PROJECT_DIST_DIR}/test_data/