Skip to content

Commit d96d416

Browse files
authored
Exclude vendor folder
1 parent d2e1394 commit d96d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cleanup() {
1515
trap cleanup EXIT
1616

1717
log "Packing workspace into archive to transfer onto remote machine."
18-
tar cjvf /tmp/workspace.tar.bz2 --exclude .git .
18+
tar cjvf /tmp/workspace.tar.bz2 --exclude .git --exclude vendor .
1919

2020
log "Launching ssh agent."
2121
eval `ssh-agent -s`

0 commit comments

Comments
 (0)