You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like npm have a special command for use in CI environments.
It would be great if gitman had something like this as well.
It should install dependencies and remove the .git dirs so that we don't unnecessarily bloat our builds.
The text was updated successfully, but these errors were encountered:
Builds should not be updating dependencies. Composer the PHP manager has some switches to get the oldest dependencies within constraints, this aids in testing.
It is never a good idea to call gitman update in CI.
Tools like
npm
have a special command for use in CI environments.It would be great if gitman had something like this as well.
It should install dependencies and remove the
.git
dirs so that we don't unnecessarily bloat our builds.The text was updated successfully, but these errors were encountered: