Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Update stampede-worker.js
Browse files Browse the repository at this point in the history
default gitCloneOptions removed
  • Loading branch information
tbranch227 authored Oct 14, 2022
1 parent 6d7e1e1 commit 2d0313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stampede-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const conf = require("rc-house")("stampede", {
environmentVariablePrefix: "STAMP_",
shell: "/bin/bash",
gitClone: "https",
gitCloneOptions: "--filter=tree:0",
gitCloneOptions: "",
defaultGitCloneDepth: 15,
gitMerge: false,
stdoutLogFile: "stdout.log",
Expand Down

0 comments on commit 2d0313a

Please sign in to comment.