Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web-openccg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ease-ph
DeepLanguageUnderstanding
web-openccg
Commits
fe35f7c9
Unverified
Commit
fe35f7c9
authored
6 years ago
by
Sebastian Höffner
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature/ci'
parents
cc59381d
9c278f68
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Jenkinsfile
+1
-1
1 addition, 1 deletion
Jenkinsfile
docker-compose.deploy.yml
+7
-0
7 additions, 0 deletions
docker-compose.deploy.yml
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
9 additions
and
2 deletions
Jenkinsfile
+
1
−
1
View file @
fe35f7c9
...
...
@@ -25,7 +25,7 @@ pipeline {
stage
(
'deploy'
)
{
steps
{
sh
'docker-compose --project-name litmus up --detach --renew-anon-volumes --force-recreate'
sh
'docker-compose
-f docker-compose.deploy.yaml
--project-name litmus up --detach --renew-anon-volumes --force-recreate'
}
when
{
branch
'master'
...
...
This diff is collapsed.
Click to expand it.
docker-compose.deploy.yml
0 → 100644
+
7
−
0
View file @
fe35f7c9
version
:
"
3.2"
services
:
openccg
:
image
:
web-openccg:latest
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
fe35f7c9
...
...
@@ -4,4 +4,4 @@ version: "3.2"
services
:
openccg
:
image
:
web-openccg:latest
build
:
.
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