Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
630dd032f249
Commit
630dd032f249
authored
2 years ago
by
vincent stchu
Browse files
Options
Downloads
Patches
Plain Diff
Specify project path in license finder
parent
f746dc532172
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!76
heptapod#711: 0.34 is the new stable
,
!73
Sync up to upstream Omnibus GitLab 15.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/software/gitlab-rails.rb
+1
-1
1 addition, 1 deletion
config/software/gitlab-rails.rb
with
1 addition
and
1 deletion
config/software/gitlab-rails.rb
+
1
−
1
View file @
630dd032
...
...
@@ -175,7 +175,7 @@
sync
"
#{
Gitlab
::
Util
.
get_env
(
'CI_PROJECT_DIR'
)
}
/
#{
Gitlab
::
Util
.
get_env
(
'ASSET_PATH'
)
}
"
,
'public/assets/'
end
bundle
"exec license_finder report --decisions-file=config/dependency_decisions.yml --format=json --columns name version licenses texts notice --save=rails-license.json"
,
env:
env
bundle
"exec license_finder report
--project_path=
#{
File
.
dirname
(
gitlab_bundle_gemfile
)
}
--decisions-file=config/dependency_decisions.yml --format=json --columns name version licenses texts notice --save=rails-license.json"
,
env:
env
command
"license_finder report --decisions-file=
#{
Omnibus
::
Config
.
project_root
}
/support/dependency_decisions.yml --format=json --columns name version licenses texts notice --save=workhorse-license.json"
,
cwd:
"
#{
Omnibus
::
Config
.
source_dir
}
/gitlab-rails/workhorse"
# Merge rails and workhorse license files.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment