Skip to content

Commit 0118e9d

Browse files
committed
fix(ci): address rebased check failures
Signed-off-by: Alexander Watson <zredlined@gmail.com>
1 parent 505d293 commit 0118e9d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

crates/openshell-server/src/persistence/sqlite.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -636,10 +636,6 @@ WHERE "object_type" = ?1 AND "scope" = ?2
636636
}
637637
}
638638

639-
fn draft_chunk_dedup_key(chunk: &DraftChunkRecord) -> String {
640-
format!("{}|{}|{}", chunk.host, chunk.port, chunk.binary)
641-
}
642-
643639
/// Restrict the on-disk `SQLite` database file (and its WAL/SHM sidecars,
644640
/// when present) to owner-only read/write (`0o600`).
645641
///

tasks/helm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description = "Run Helm chart unit tests"
2424
run = """
2525
set -e
2626
if ! helm plugin list | grep -q unittest; then
27-
helm plugin install https://github.com/helm-unittest/helm-unittest
27+
helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
2828
fi
2929
helm unittest deploy/helm/openshell
3030
"""

0 commit comments

Comments
 (0)