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
Previously setting the initial root would only work if compare_source
was False (because compare_source would lead to a checkout that would
clean the initial root.json that had been put into working dir).
* Change tuf-on-ci-test-client so that --compare-source has an argument
(the metadata directory to compare against)
* Checkout into a subdirectory: this allows root.json to exist in
workdir
* Pass the metadata directory to tuf-on-ci-test-client --compare-source
This changes tuf-on-ci-test-client CLI but does not change the action
API so existing users are fine.
Fixestheupdateframework#345
Previously setting the initial root would only work if compare_source
was False (because compare_source would lead to a checkout that would
clean the initial root.json that had been put into working dir).
* Change tuf-on-ci-test-client so that --compare-source has an argument
(the metadata directory to compare against)
* Checkout into a subdirectory: this allows root.json to exist in
workdir
* Pass the metadata directory to tuf-on-ci-test-client --compare-source
This changes tuf-on-ci-test-client CLI but does not change the action
API so existing users are fine.
Fixes#345
Setting
compare_source=True
in test-repository actions leads to aactions/checkout
in the root dir which on github means cleaning out that directoryThis means the root.json file that may have been there will not be found
The text was updated successfully, but these errors were encountered: