We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e1394 commit d96d416Copy full SHA for d96d416
entrypoint.sh
@@ -15,7 +15,7 @@ cleanup() {
15
trap cleanup EXIT
16
17
log "Packing workspace into archive to transfer onto remote machine."
18
-tar cjvf /tmp/workspace.tar.bz2 --exclude .git .
+tar cjvf /tmp/workspace.tar.bz2 --exclude .git --exclude vendor .
19
20
log "Launching ssh agent."
21
eval `ssh-agent -s`
0 commit comments