Coder Social home page Coder Social logo

Comments (6)

jeffometer avatar jeffometer commented on June 19, 2024 1

+1 (ok, we're on the same team)

I see that the git hook template in priv needs to be changed, but my bash isn't good and I don't know how to change it there from a config in Elixir.

Also, we have a ./mix exacutable file that wraps the docker-compose command and can be used the same way mix is used. It might be easier to provide a "path to mix" that could work for people who don't have mix on their path and would also let us provide our ./mix script.

Thanks.

from elixir_git_hooks.

jeffometer avatar jeffometer commented on June 19, 2024 1

That seems to work perfectly, thank you thank you!

from elixir_git_hooks.

qgadrian avatar qgadrian commented on June 19, 2024

@oliverswitzer @jeffometer guys could you please check #83 ?

I will take a deeper look later this weeking, but that should do it.

from elixir_git_hooks.

qgadrian avatar qgadrian commented on June 19, 2024

Awesome, I will make a couple of checks and submit a new release later today (UTC+2)

from elixir_git_hooks.

jeffometer avatar jeffometer commented on June 19, 2024

Just a note for me using a mix path of docker-compose exec web mix did not work (I got a TTY error), but this works docker exec --tty $(docker-compose ps -q web) mix. You may want to put that in your documentation if you think it is relevant to include.

from elixir_git_hooks.

qgadrian avatar qgadrian commented on June 19, 2024

Just a note for me using a mix path of docker-compose exec web mix did not work (I got a TTY error), but this works docker exec --tty $(docker-compose ps -q web) mix. You may want to put that in your documentation if you think it is relevant to include.

Absolutely, I think makes sense to add this kind of information to avoid anyone running into the same problems. Thanks for the hint!

from elixir_git_hooks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.