Building an app in travis

James purpleidea at gmail.com
Thu May 31 22:28:19 UTC 2018


On Thu, May 31, 2018 at 4:50 PM, Richard Hughes <hughsient at gmail.com> wrote:
[snip]
> ...which works locally but not on travis:
>
> Resolving deltas: 100% (587/587), done.
> warning: reject refs/heads/wip/hughsie/flatpak because shallow roots
> are not allowed to be updated
> warning: reject refs/remotes/origin/wip/hughsie/flatpak because
> shallow roots are not allowed to be updated
> fatal: ambiguous argument 'master': unknown revision or path not in
> the working tree.

Here's how we do it in mgmtconfig:

https://github.com/purpleidea/mgmt/blob/master/.travis.yml#L21

use --unshallow.

HTH,
James


More information about the Flatpak mailing list