CI/CD at developers fingertips
To live at HEAD with a Github dependency make sure to either specify a branch name instead of a tag or remove the version specification attribute for the dependency from your .tipi/deps
:
{
"tipi/mydep_at_HEAD": { },
}
Note the missing @
section in the deps
entry above
This has the effect to pull the latest state of the default branch on each build, which might add some network latencies to the build but allows to integrate a dependencies you are actively modifiying.
The full detail about the syntax and options in the documentation.