Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beaver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orus-io
beaver
Merge requests
!4
Few updates from downstream
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Few updates from downstream
topic/default/from-scl
into
branch/default
Overview
0
Commits
8
Pipelines
3
Changes
1
Merged
steeve.chailloux
requested to merge
topic/default/from-scl
into
branch/default
1 year ago
Overview
0
Commits
8
Pipelines
3
Changes
1
Expand
See commit messages.
0
0
Merge request reports
Viewing commit
58fea55a
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
58fea55a
fix logging level not applied
· 58fea55a
steeve.chailloux
authored
1 year ago
cmd/build.go
+
1
−
1
Options
@@ -32,7 +32,7 @@
log
.
Debug
()
.
Str
(
"directory"
,
cmd
.
PositionalArgs
.
DirName
)
.
Msg
(
"starting beaver"
)
config
:=
runner
.
NewCmdConfig
(
cmd
.
log
,
log
,
"."
,
cmd
.
PositionalArgs
.
DirName
,
cmd
.
Args
.
DryRun
,
Loading