Skip to content

Commit 8ed64e7

Browse files
committed
fix rsync failing
1 parent 2522448 commit 8ed64e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ jobs:
235235
name: Restore build
236236
command: |
237237
sudo apt install -y rsync
238-
mkdir -p /tmp/workspace/packages
239-
rsync -a /tmp/workspace/packages ./packages
238+
rsync -a /tmp/workspace/ .
240239
- run:
241240
name: Inspect
242241
command: du -a packages/

0 commit comments

Comments
 (0)