repertory/post_build.sh
Scott E. Graves ba2a669be6
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
fix tests
2024-09-29 09:56:32 -05:00

11 lines
335 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_config/ \
${PROJECT_BUILD_DIR}/build/test_config/
rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_config/ \
${PROJECT_DIST_DIR}/test_config/