Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kubernetes-Docker
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
1c6fdbfd
Commit
1c6fdbfd
authored
5 years ago
by
Ľuboslav Pivarč
Browse files
Options
Downloads
Patches
Plain Diff
add mellon to beta
parent
e518cdc0
No related branches found
No related tags found
No related merge requests found
Pipeline
#25069
failed
5 years ago
Stage: prepare
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
1c6fdbfd
stages
:
-
prepare
-
build
-
deploy
...
...
@@ -76,6 +77,17 @@ deploy to k8s:
#BETA
mellon beta
:
stage
:
prepare
variables
:
NAMESPACE
:
-beta
script
:
-
cd mellon/${CI_COMMIT_REF_NAME}
-
kubectl -n cbio-on-demand${NAMESPACE} create configmap cert --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.cert
-
kubectl -n cbio-on-demand${NAMESPACE} create configmap xml --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.xml
only
:
-
beta
cBioDb build beta
:
<<
:
*cbio-db-build-template
only
:
...
...
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