Skip to content

Commit

Permalink
trying to fix subdirectory bug (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Dec 27, 2019
1 parent b343b96 commit 776deca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- run:
name: Copy code to the local clone of the Pantheon repository
command: |
rsync -av --exclude='.git' << parameters.directory_to_push >> $PANTHEON_REPO_DIR --delete
rsync -av --exclude='.git' << parameters.directory_to_push >>/ $PANTHEON_REPO_DIR --delete
# For easier debugging, show what files have changed.
git -C $PANTHEON_REPO_DIR status
Expand Down

0 comments on commit 776deca

Please sign in to comment.