Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-mysqlbackend
Commits
038d837e
Verified
Commit
038d837e
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
WIP: setup with mysql 5.7
parent
e154d6e1
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9187
failed
3 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/Dockerfile
+1
-1
1 addition, 1 deletion
.docker/Dockerfile
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
2 additions
and
2 deletions
.docker/Dockerfile
+
1
−
1
View file @
038d837e
FROM
debian:buster
FROM
mysql:8
RUN
apt-get update
\
RUN
apt-get update
\
&&
\
&&
\
apt-get
install
-y
\
apt-get
install
-y
\
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
038d837e
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#
#
services
:
services
:
-
mysql:
8
-
mysql:
5.7
variables
:
variables
:
DEPLOY_REF
:
dev
DEPLOY_REF
:
dev
CI_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
CI_REGISTRY_IMAGE
:
$CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
...
...
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