Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jbrowse2 Annelids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
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
Arendt Group
Jbrowse2 Annelids
Commits
2dab30c7
Commit
2dab30c7
authored
10 months ago
by
cyril.cros
Browse files
Options
Downloads
Patches
Plain Diff
Fixing the order
parent
388c1054
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#58457
passed
10 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
2dab30c7
...
...
@@ -49,7 +49,7 @@ kustomize_build_apply:
-
echo $KUBECONFIG | base64 -d > /tmp/kubeconf
-
export KUBECONFIG=/tmp/kubeconf
script
:
-
echo "You are on branch $CI_COMMIT_
BRANCH
"
-
echo "You are on branch $CI_COMMIT_
REF_NAME
"
-
envsubst < deployment/jbrowse2-dep.yml > deployment/jbrowse2-dep.yaml
-
cat deployment/jbrowse2-dep.yaml
-
kubectl apply -k deployment
...
...
@@ -61,12 +61,12 @@ kustomize_build_apply:
-
cluster_access_test
-
build_nginx_with_jbrowse_config_file
rules
:
-
when
:
always
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
-
if
:
'
$CI_COMMIT_REF_NAME
==
"main"'
variables
:
JBROWSE_HOSTNAME
:
"
genomes.arendt.embl.de"
RELEASE_LABEL
:
"
prod"
INGRESS_CLASS
:
"
external-users"
-
when
:
always
clean_up_k8s_deployment
:
image
:
dtzar/helm-kubectl:3.8.2
...
...
@@ -81,9 +81,9 @@ clean_up_k8s_deployment:
dependencies
:
-
kustomize_build_apply
rules
:
-
when
:
on_failure
-
if
:
'
$CI_COMMIT_BRANCH
==
"main"'
-
if
:
'
$CI_COMMIT_REF_NAME
==
"main"'
variables
:
JBROWSE_HOSTNAME
:
"
genomes.arendt.embl.de"
RELEASE_LABEL
:
"
prod"
INGRESS_CLASS
:
"
external-users"
-
when
:
on_failure
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