Skip to content

Commit

Permalink
fix ignored source files in jepsen/store
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyonghao committed Dec 2, 2021
1 parent 51687a3 commit f7e9861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/bin/up
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ if [ -z "${DEV}" ]; then
INFO "Copying .. to control/jepsen"
(
(cd ..; tar --exclude=./docker --exclude=./.git --exclude-ignore=.gitignore -cf - .) | tar Cxf ./control/jepsen -
cp ../jepsen/src/jepsen/store/* ./control/jepsen/jepsen/src/jepsen/store/
)
fi

Expand Down

0 comments on commit f7e9861

Please sign in to comment.