Skip to content

Commit

Permalink
fix: use standard uppercase name for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Aug 23, 2023
1 parent d274565 commit 8309bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/voting-node/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install-deps:
RUN poetry install --only main --no-root

# Copy the voting_node source code
COPY --dir voting_node readme.md ./
COPY --dir voting_node README.md ./

SAVE ARTIFACT .venv .venv
SAVE IMAGE --cache-hint
Expand All @@ -66,7 +66,7 @@ build-dev:
FROM +install-deps
RUN poetry install
COPY tests tests
COPY readme.md leader0-schedule.md snapshot-data.md .
COPY README.md leader0-schedule.md snapshot-data.md .

# Copy the rest of the application code to the container
COPY ../../src/jormungandr/jormungandr+build/jormungandr /app/jormungandr
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion services/voting-node/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
description = ""
authors = ["Catalyst Core Developers <dev@iohk.io>"]
license = "MIT or Apache License 2.0"
readme = "readme.md"
readme = "README.md"
packages = [{include = "voting_node"}]

[build-system]
Expand Down

0 comments on commit 8309bb1

Please sign in to comment.