Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Foundation
Security
scripts
Merge requests
!10
Adding Makefile macro to update the project
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding Makefile macro to update the project
makefile_macro_to_update_project
into
main
Overview
0
Commits
1
Changes
1
Merged
Francisco Perez
requested to merge
makefile_macro_to_update_project
into
main
1 year ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2f779933
1 commit,
1 year ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
otterdog_database/Makefile
+
4
−
0
Options
@@ -56,6 +56,10 @@ unfreeze_etl_env:
$(
call unfreeze_file,./docker/otterdog_etl/env
)
update_project
:
git fetch
git reset
--keep
origin/main
build_etl
:
docker-compose build
--build-arg
USER_ID
=
$(
UID
)
--build-arg
GROUP_ID
=
$(
GID
)
otterdog_etl
Loading