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
Commits
a28045ce
Commit
a28045ce
authored
1 year ago
by
Chris Lattman
Browse files
Options
Downloads
Patches
Plain Diff
Automate pipeline container removal and fix yaml issue
parent
663458a5
Branches
Branches containing commit
1 merge request
!8
Automate pipeline container removal and fix yaml issue
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
init-pipeline.sh
+2
-1
2 additions, 1 deletion
init-pipeline.sh
plugin/pipeline-plugin.py
+3
-3
3 additions, 3 deletions
plugin/pipeline-plugin.py
with
5 additions
and
4 deletions
init-pipeline.sh
+
2
−
1
View file @
a28045ce
#!/bin/bash
docker
rm
-f
tutor-pipeline
mkdir
-p
"
$(
tutor plugins printroot
)
"
/
cp
plugin/pipeline-plugin.py
"
$(
tutor plugins printroot
)
"
/
tutor plugins
enable
pipeline-plugin
...
...
@@ -7,4 +8,4 @@ cp "$(tutor config printroot)"/config.yml "$(tutor plugins printroot)"/templates
cp
service/
*
"
$(
tutor plugins printroot
)
"
/templates/pipeline-plugin/build/pipeline/
tutor config save
tutor images build pipeline
tutor
local
run
-dp
12345:12345/tcp pipeline
\ No newline at end of file
tutor
local
run
--name
tutor-pipeline
-dp
12345:12345/tcp pipeline
\ No newline at end of file
This diff is collapsed.
Click to expand it.
plugin/pipeline-plugin.py
+
3
−
3
View file @
a28045ce
...
...
@@ -21,8 +21,8 @@ hooks.Filters.ENV_PATCHES.add_item(
(
"
local-docker-compose-services
"
,
"""
pipeline:
image: pipeline:latest
"""
pipeline:
image: pipeline:latest
"""
)
)
This diff is collapsed.
Click to expand it.
Preview
0%
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