Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move scripts from contrib to scripts/ #625

Merged
merged 1 commit into from
Aug 17, 2022

Conversation

rootulp
Copy link
Collaborator

@rootulp rootulp commented Aug 17, 2022

Closes #624

I moved scripts from contrib/ to scripts/ and updated references to these scripts

Testing

make test-cover runs the script

@rootulp rootulp added the chore optional label for items that follow the `chore` conventional commit label Aug 17, 2022
@@ -6,3 +6,4 @@ build
coverage.txt
tools-stamp
.vscode
profile.out
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a temp file generated by test_cover.sh

@@ -15,7 +15,7 @@ COPY . .

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contrib/ seems like the wrong location for a Dockerfile considering we have docker/ so I moved this too.

This file may be entirely removable. Defer to reviewers if that's the case.

Copy link
Member

@evan-forbes evan-forbes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rootulp rootulp merged commit a5877a4 into celestiaorg:main Aug 17, 2022
rootulp added a commit that referenced this pull request Aug 1, 2023
Closes #2118

Dockerfile.test was moved from `contrib/` to `docker` in
#625 but it doesn't
appear used.
0xchainlover pushed a commit to celestia-org/celestia-app that referenced this pull request Aug 1, 2024
Closes celestiaorg/celestia-app#2118

Dockerfile.test was moved from `contrib/` to `docker` in
celestiaorg/celestia-app#625 but it doesn't
appear used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore optional label for items that follow the `chore` conventional commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move scripts from contrib
2 participants