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

Fix/clone and push #1

Merged
merged 3 commits into from
Jan 8, 2021
Merged

Fix/clone and push #1

merged 3 commits into from
Jan 8, 2021

Conversation

catks
Copy link
Owner

@catks catks commented Jan 8, 2021

Change Dockerfile and entrypoint to use git-http-server instead of nginx, also fixing the node and alpine version.

Fix README.md with the correct file path to add repositories in
/var/lib/initial

test.sh refactoring and new test for git push

[TECH] Tests in docker-compose

  • Move the tests to run it in the a docker container
  • Adds wait-for-it.sh to wait gitserver before tests
  • Replaces cirocosta/gitserver-http to catks/gitserver-http
  • Change README.md

[TECH] Adds Github Actions CI

  • Adds build and test to the new ci
  • Remove travis
  • Adds tini to handle exiting better

  * Change Dockerfile and entrypoint to use https://www.npmjs.com/package/git-http-server
  instead of nginx, also fixing the node and alpine version.

  * Fix README.md with the correct file path to add repositories in
    /var/lib/initial

  * test.sh refactoring and new test for git push
  * Adds build and test to the new ci
  * Remove travis
  * Adds tini to better handle exiting
  * Move the tests to run in the a docker container
  * Adds wait-for-it.sh to wait gitserver before tests
  * Replaces cirocosta/gitserver-http to catks/gitserver-http
  * Change README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant