fix: cp -r
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2022-12-30 03:46:25 +05:30
parent 2029d3a4e1
commit 8a42978379
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -42,8 +42,8 @@ get_bin(){
#docker cp $container_id:/usr/local/bin/pages $TARGET_DIR/
#docker rm -v $container_id
cp target/release/librepages $TARGET_DIR
cp contrib/ $TARGET_DIR
cp config/ $TARGET_DIR
cp -r contrib/ $TARGET_DIR
cp -r config/ $TARGET_DIR
mv $TARGET_DIR/config/default.toml $TARGET_DIR/config/config.toml
}