Try to add destination folder to bash

This commit is contained in:
plocket 2020-10-16 21:40:17 -04:00 committed by GitHub
parent 97b4137705
commit b139d8c7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,8 @@ ls -la "$CLONE_DIR"
#ls -la "$CLONE_DIR"
echo "Copying contents to to git repo"
cp -r "$FOLDER"/* "$CLONE_DIR"
mkdir -p $CLONE_DIR/$INPUT_DESTINATION_FOLDER
cp -r "$FOLDER"/* "$CLONE_DIR/$INPUT_DESTINATION_FOLDER"
cd "$CLONE_DIR"
ls -la