Skip to content

Commit

Permalink
fix(etcd): don't install etcdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jul 15, 2024
1 parent 09cdce7 commit ee938c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions etcd/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ pub fn setup() -> Result<String, Error> {
let stdout = dag()
.flox()?
.with_workdir(".fluentci")?
.with_exec(vec![
"flox", "install", "etcd", "etcdctl", "overmind", "tmux",
])?
.with_exec(vec!["flox", "install", "etcd", "overmind", "tmux"])?
.with_exec(vec![
"grep -q etcd Procfile || echo -e 'etcd: etcd $ETCD_OPTS \\n' >> Procfile",
])?
Expand Down

0 comments on commit ee938c8

Please sign in to comment.