Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
cf322915
Commit
cf322915
authored
Jun 18, 2020
by
Kenzo-Hugo Hillion
♻
Browse files
unique frontend for the moment with unique app title
parent
813d2bca
Pipeline
#32675
passed with stages
in 3 minutes and 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cf322915
...
...
@@ -20,7 +20,7 @@ cache:
paths
:
-
~/.cache/pip/
build
_
backend
:
build
-
backend
:
image
:
docker:latest
stage
:
build
script
:
...
...
@@ -28,18 +28,15 @@ build_backend:
tags
:
-
k8s
build
_
frontend
_dev
:
build
-
frontend
:
image
:
docker:latest
stage
:
build
script
:
-
sh ci/build/build_frontend.sh
variables
:
VUE_APP_TITLE
:
"
[DEV]
MetageneDB"
VUE_APP_TITLE
:
"
MetageneDB"
tags
:
-
k8s
only
:
refs
:
-
dev
test-backend
:
image
:
$CI_REGISTRY_IMAGE/backend:${CI_COMMIT_REF_NAME}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment