Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Boeing OpenEdX Data Pipeline
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS 5934 Team 2 (Blacksburg)
Boeing OpenEdX Data Pipeline
Merge requests
!8
Automate pipeline container removal and fix yaml issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Automate pipeline container removal and fix yaml issue
easy-restart
into
main
Overview
0
Commits
1
Changes
2
Merged
Chris Lattman
requested to merge
easy-restart
into
main
1 year ago
Overview
0
Commits
1
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a28045ce
1 commit,
1 year ago
2 files
+
5
−
4
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
plugin/pipeline-plugin.py
+
3
−
3
Options
@@ -21,8 +21,8 @@ hooks.Filters.ENV_PATCHES.add_item(
(
"
local-docker-compose-services
"
,
"""
pipeline:
image: pipeline:latest
"""
pipeline:
image: pipeline:latest
"""
)
)