File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,7 @@ fn main() -> Result<()> {
447
447
tracing:: info!( ?base, "resolving base commit-ish" ) ;
448
448
let base_commit = repo:: resolve_and_fetch_commitish ( & product_repo, & base, & upstream)
449
449
. context ( FetchBaseCommitSnafu ) ?;
450
+ tracing:: info!( ?base, base. commit = ?base_commit, "resolved base commit" ) ;
450
451
451
452
if let Some ( mirror_url) = config. mirror {
452
453
// Add mirror remote
@@ -498,8 +499,6 @@ fn main() -> Result<()> {
498
499
tracing:: info!( "successfully pushed base ref to mirror" ) ;
499
500
} ;
500
501
501
- tracing:: info!( ?base, base. commit = ?base_commit, "resolved base commit" ) ;
502
-
503
502
tracing:: info!( "saving version-level configuration" ) ;
504
503
let config = ProductVersionConfig { base : base_commit } ;
505
504
let config_path = ctx. version_config_path ( ) ;
You can’t perform that action at this time.
0 commit comments