Skip to content

Commit

Permalink
temp(gitlab): test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
fargito committed Nov 6, 2024
1 parent daeffe9 commit 4906500
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/run/ci_provider/gitlab_ci/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ impl CIProvider for GitLabCIProvider {
}

fn get_ci_provider_metadata(&self) -> Result<CIProviderMetadata> {
error!("error message");
warn!("warning message");
info!("info message");
debug!("debug message");
trace!("trace message");

Ok(CIProviderMetadata {
base_ref: self.base_ref.clone(),
head_ref: self.head_ref.clone(),
Expand Down

0 comments on commit 4906500

Please sign in to comment.