Page MenuHomePhabricator

[CI] Fix previews
ClosedPublic

Authored by Fabien on Tue, Nov 19, 20:21.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCd866e5203822: [CI] Fix previews
Summary

Some docker files are located at the project root so they can use the in-tree version of their dependencies. But the previews build rules have not been updated accordingly, and the context can currently only be a subdirectory of the root.
This diff fixes this issue by making the context be the project root by default, and updating the builds.

Test Plan
./contrib/teamcity/build-configurations.py preview-cashtab
./contrib/teamcity/build-configurations.py preview-chronik.e.cash

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Tue, Nov 19, 20:21
This revision is now accepted and ready to land.Tue, Nov 19, 21:19
This revision was automatically updated to reflect the committed changes.