Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 18, 2023
1 parent 7d286da commit 7353e31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN go mod download
# Copy the go source
COPY *.go .
COPY api/ api/
COPY cmd/ cmd/
COPY controllers/ controllers/
COPY internal/ internal/

Expand Down
5 changes: 0 additions & 5 deletions internal/fullnode/pod_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ func ChainHomeDir(crd *cosmosv1.CosmosFullNode) string {
return workDir + "/cosmos"
}

func dataDir(crd *cosmosv1.CosmosFullNode) string {
home := ChainHomeDir(crd)
return path.Join(home, "data")
}

func envVars(crd *cosmosv1.CosmosFullNode) []corev1.EnvVar {
home := ChainHomeDir(crd)
return []corev1.EnvVar{
Expand Down

0 comments on commit 7353e31

Please sign in to comment.